Package io.camunda.client.api.command
Interface DeleteTenantCommandStep1
- All Superinterfaces:
FinalCommandStep<DeleteTenantResponse>
- All Known Implementing Classes:
DeleteTenantCommandImpl
-
Method Summary
Modifier and TypeMethodDescriptionSet the tenant id for the tenant to be deleted.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
execute, requestTimeout, send
-
Method Details
-
tenantId
Set the tenant id for the tenant to be deleted.- Parameters:
tenantId- the unique tenant id- Returns:
- the builder for this command
-