v1

latestOpenAPI 3.1.02026-07-24770322.0 KB

Delete Task

This API endpoint deletes a specific task.

delete/v1/tasks/{id}

Path parameters

idstring required

The id of the task to delete.

Response

200

idstring
objectstring
deletedboolean

Example response

{
  "id": "25bd3f5a-c059-4f68-8a2d-2749016ba451",
  "object": "task",
  "deleted": true
}