Package io.camunda.client.api.command
Interface DeleteDocumentCommandStep1
- All Superinterfaces:
FinalCommandStep<DeleteDocumentResponse>
- All Known Implementing Classes:
DeleteDocumentCommandImpl
@ExperimentalApi("https://github.com/camunda/issues/issues/841")
public interface DeleteDocumentCommandStep1
extends FinalCommandStep<DeleteDocumentResponse>
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
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
-