Document

Delete a document

DELETE
/api/v1/document/delete/{documentId}
/api/v1/document/delete/{documentId}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

documentId
Required
string

The ID of the document to delete

curl -X DELETE "https://example.com/api/v1/document/delete/string" \
  -H "Authorization: <token>"

OK