curl --request DELETE \
--url http:localhost:3000/v2/documents/{id} \
--header 'x-API-Key: <api-key>'
Delete a document by its ID.
curl --request DELETE \
--url http:localhost:3000/v2/documents/{id} \
--header 'x-API-Key: <api-key>'
Document ID
Document deleted successfully
Was this page helpful?