cURL
curl --request DELETE \ --url https://dev.exante.app/api/work-tasks/{task_uid} \ --header 'Authorization: Bearer <token>'
Deletes a user task. HIL approval tasks cannot be deleted and return 403.
204
403
{ "error": "Cannot delete HIL approval tasks", "details": [] }
organization_uid
canceled
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Work task UID
Task deleted