Delete a task
DELETE /api/v3/organizations/{organisation}/ai/tasks/{taskId}
DELETE
/api/v3/organizations/{organisation}/ai/tasks/{taskId}
Permanently deletes a task. This action cannot be undone.
Authorizations
Parameters
Path Parameters
organisation
required
string
The organisation ID
taskId
required
string format: uuid
The task UUID
Responses
200
Task deleted successfully
object
message
string
Task deleted successfully404
Task not found
500
Failed to delete task