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>'Was this page helpful?