Delete a task
DELETE/platform/solutions/api/v1/orgs/{orgId}/tasks/{taskId}
Delete a task by its unique identifier.
The task can only be deleted if it is not linked to any batch.
Usage
DELETE orgs/{orgId}/tasks/{taskId}
Parameters
orgId(string, required): the ID of the organization.taskId(Guid, required): the unique ID of the task.
Responses
204 No Content: task deleted successfully.404 Not Found: task not found.409 Conflict: task is linked to a batch and cannot be deleted.
Security
This API requires authentication.
Request
Responses
- 204
- 404
- 409
No Content
Not Found
Conflict