cURL
curl --request DELETE \ --url http://localhost:8787/api/v1/documents/{id}
{ "success": true, "message": "<string>" }
Delete a document from the database and storage
Document deleted successfully
The response is of type object.
object