Skip to main content
Version: Next

Delete document (alpha)

DELETE 

/documents/:documentId

Delete a document from the Camunda 8 cluster.

Note that this currently only supports an in-memory document store, which is not meant for production use.

note

This endpoint is an alpha feature and may be subject to change in future releases.

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...