Delete a document

URL

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 API live or test key.

Example request

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

Example response

Last updated