generic
DELETE: Deletes a document from the collection
If the document has already been deleted, the operation will succeed anyway. Normally, documents are not really deleted from the collection but they are only marked as deleted. For special cases the deletion can be irreversible using permanent parameter.
This operation provides autopruning of the collection (if autopruning is enabled).
This operation requires delete permission for the API and the collection (e.g. api:treatments:delete)
delete/{collection}/{identifier}
Query parameters
permanentboolean
If true, the deletion will be irreversible and it will not appear in HISTORY operation. Normally there is no reason for setting this flag.
Response
The request was successfully processed
Example response
{
"status": 200
}