Skip to main content
DELETE
/
api
/
documents
/
{document_id}
Delete a document
curl --request DELETE \
  --url https://api.example.com/api/documents/{document_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "code": 500
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

document_id
string<uuid>
required

Response

Successful Response