deleteDeployment
Remove a deployment from the Camunda engine using its deployment ID, with options to cascade deletion to process instances and skip custom listeners or IO mappings.
Instructions
Delete a deployment by id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deploymentId | Yes | The id of the deployment to delete. | |
| cascade | No | If true, cascade deletion to process instances, history process instances and jobs. | |
| skipCustomListeners | No | If true, custom listeners will not be invoked. | |
| skipIoMappings | No | If true, input/output mappings will not be invoked. |