Skip to main content
DELETE
Delete a document
API to delete a uploaded document from using a document_id

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Pt-Id
string

eka user id (OID)

Path Parameters

id
string
required

Document ID to delete the document.

Example:

"2df9e795-d368-4ceb-be9d-b44281703827"

Response

Document deleted successfully.