DELETE
/
v1-preview
/
documents
/
{documentId}
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.

Authorizations

Authorization
string
header
required

Our API offers authentication via API keys. You can obtain an API key from https://developer.abbyy.com

Path Parameters

documentId
string
required

The id of the document

Response

204

The document was deleted successfully.