Delete an existing work step. Requires work-steps.delete permission.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
string | yes | The unique identifier of the record |
Responses
| Status | Description |
|---|---|
| 204 | An empty response body indicating that the work step has been deleted |
| 400 | The work step cannot be deleted due to business rules |
| 403 | The requesting user lacks appropriate permissions |
| 404 | The work step was not found |