Dark Mode

To delete a document, send a DELETE request to /api/rest/v2/namespaces/undefined/collections/undefined/undefined .

To delete a document, based on a document path, send a DELETE request to /api/rest/v2/namespaces/undefined/collections/undefined/undefined/undefined .

Send a DELETE request to /api/rest/v2/schemas/namespaces/undefined/collections/undefined to delete a collection. All data will be deleted along with the collection schema.

No results are returned to confirm the document has been deleted.To confirm your document has been deleted, use the read document command.