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
Name
Type
Description
id
string
The ID of the document.
Headers
Name
Type
Description
Authorization
string
The live or sandbox API key.
Example request
Last updated