DELETE
/
documents
/
{id}
Delete document
curl --request DELETE \
  --url http:localhost:3000/v2/documents/{id} \
  --header 'x-API-Key: <api-key>'

Authorizations

x-API-Key
string
header
required

Path Parameters

id
string<objectid>
required

Document ID

Response

204

Document deleted successfully