Skip to main content

Delete a document.

DELETE 

/collections/:namespace/:collection/docs/:name

Deletes a document identified by the document path given as namespace/collection/name. If the delete request returns successfully, the document is deleted, i.e. it cannot be found any more neither by document-path nor through search/lookup. However if the delete request fails, the document might be deleted eventually.

Request

Responses

No content