Package io.camunda.client.api.command
Interface DeleteDocumentCommandStep1
- All Superinterfaces:
FinalCommandStep<DeleteDocumentResponse>
- All Known Implementing Classes:
DeleteDocumentCommandImpl
Command to delete a document from the document store.
-
Method Summary
Modifier and TypeMethodDescriptionSets the document store ID.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
execute, requestTimeout, send
-
Method Details
-
storeId
Sets the document store ID. If not set, the default document store for the cluster will be used.- Parameters:
storeId- the document store ID
-