Skip to main content
DELETE
/
v2
/
tasks
/
{task_id}
Delete a task
curl --request DELETE \
  --url https://api.attio.com/v2/tasks/{task_id} \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.attio.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

task_id
string<uuid>
required

The ID of the task to delete.

Example:

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

Response

Success

Success