cURL
curl --request DELETE \ --url https://api.attio.com/v2/tasks/{task_id} \ --header 'Authorization: Bearer <token>'
{}
Delete a task by ID.
Required scopes: task:read-write.
task:read-write
This API uses OAuth 2.0 with the authorization code grant flow.
The ID of the task to delete.
"649e34f4-c39a-4f4d-99ef-48a36bef8f04"
Success
Was this page helpful?