DELETE
/
v2
/
tasks
/
{task_id}
curl --request DELETE \
  --url https://api.attio.com/v2/tasks/{task_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

This API uses OAuth 2.0 with the authorization code grant flow.

Path Parameters

task_id
string
required

The ID of the task to delete.

Example:

"649e34f4-c39a-4f4d-99ef-48a36bef8f04"

Response

200
application/json

Success