Delete an existing work task. Requires work-tasks.delete permission. Work tasks with associated work steps or events cannot be deleted.
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 task has been deleted |
| 400 |
The work task cannot be deleted due to business rules (e.g., has associated work steps or events) |
| 403 |
The requesting user lacks appropriate permissions |
| 404 |
The work task was not found |