Skip to main content
Version: Next

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

Path Parameters

    documentId stringrequired

    The ID of the document to delete.

Query Parameters

    storeId string

    The ID of the document store to delete the document from.

Responses

The document was deleted successfully.

Loading...