DELETE
/
api
/
v1
/
documents
/
{id}
curl --request DELETE \
  --url http://localhost:8787/api/v1/documents/{id}
{
  "success": true,
  "message": "<string>"
}

Path Parameters

id
number
required

Response

200 - application/json

Document deleted successfully

The response is of type object.