Delete document (alpha)
DELETE/documents/:documentId
Delete a document from the Camunda 8 cluster.
note
This endpoint is an alpha feature. It currently only supports an in-memory document store, which is not meant for production use.
Request
Responses
- 200
- 404
- 500
The document was deleted successfully.
The document with the given ID was not found.
An internal error occurred while processing the request.