API Documentation
Documents
Document Conversion
Personal Earnings Statement
Certificate Of Origin
Dangerous Goods Declaration
International Consignment Note
Documents
Delete Document
This endpoint deletes a document.
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
Our API offers authentication via API keys. You can obtain an API key from https://developer.abbyy.com
Path Parameters
The id of the document
Response
204
The document was deleted successfully.
Was this page helpful?
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.
Assistant
Responses are generated using AI and may contain mistakes.