Delete a document

Delete a document

DELETE https://api.complycube.com/v1/documents/:id

Deletes an existing document and all associated attachments. You will not be able to delete a document once it has been used to perform a check.

Path Parameters

NameTypeDescription

id

string

The ID of the document.

Headers

NameTypeDescription

Authorization

string

The live or sandbox API key.

Example request

curl -X DELETE https://api.complycube.com/v1/documents/{:documentId} \
     -H 'Authorization: <YOUR_API_KEY>' 

Last updated