using ABBYY.DocumentAI;
using ABBYY.DocumentAI.Schemas.Components;
var sdk = new DocumentAI(apiKeyAuth: "<YOUR_BEARER_TOKEN_HERE>");
var res = await sdk.Documents.DeleteDocumentAsync(documentId: "wh23anb5xjf0ntw5taase5qz");
// handle response
This response does not have an example.
This endpoint deletes a document.
using ABBYY.DocumentAI;
using ABBYY.DocumentAI.Schemas.Components;
var sdk = new DocumentAI(apiKeyAuth: "<YOUR_BEARER_TOKEN_HERE>");
var res = await sdk.Documents.DeleteDocumentAsync(documentId: "wh23anb5xjf0ntw5taase5qz");
// handle response
This response does not have an example.
Our API offers authentication via API keys. You can obtain an API key from https://developer.abbyy.com
The id of the document
The document was deleted successfully.
Was this page helpful?