Delete a task by ID.
Required scopes: task:read-write.
643 matches
49 actions
Attio
49 actions
CRM/Attio
Delete a task by ID.
Required scopes: task:read-write.
{
"type": "object",
"properties": {
"task_id": {
"type": "string",
"format": "uuid",
"description": "The ID of the task to delete."
}
},
"required": [
"task_id"
],
"additionalProperties": false
}{
"type": "object",
"description": "Success",
"properties": {}
}