Skip to content

Delete a document

Request

Delete records of a created document object

Security
API-Key
Path
document_idstring, = 36 charactersrequired

A unique identifier of a document, that is assigned by our system after a document object was created with a “Create a document” request

Example:27c5caea93ee4656881ef9a30fadd21a3768
curl -i -X DELETE \
  https://api.kycaid.com/documents/27c5caea93ee4656881ef9a30fadd21a3768 \
  -H 'API-Key: YOUR_API_KEY_HERE'

Responses

OK

The request was successful, and our system returned an expected response.

Bodyapplication/json
document_idstring, = 36 characters

A unique identifier of a document, that is assigned by our system after a document object was created with a “Create a document” request

Example:"27c5caea93ee4656881ef9a30fadd21a3768"
Response
{ "document_id": "27c5caea93ee4656881ef9a30fadd21a3768" }