Actions57
- Objects Actions
- Attributes Actions
- List Attributes
- Get Attribute
- Update Attribute
- GET target/identifier/attributes/attribute/options
- POST target/identifier/attributes/attribute/options
- PATCH target/identifier/attributes/attribute/options/option
- POST target/identifier/attributes/attribute/statuses
- Create Attribute
- GET target/identifier/attributes/attribute/statuses
- PATCH target/identifier/attributes/attribute/statuses/status
- Entries Actions
- Records Actions
- Lists Actions
- Meta Actions
- Workspace Members Actions
- Notes Actions
- Tasks Actions
- Webhooks Actions
- Threads Actions
- Comments Actions
Overview
This node operation deletes a specific task in the Attio system by its unique Task ID. It is useful for automating task management workflows where tasks need to be programmatically removed, such as cleaning up completed or obsolete tasks in a project management or CRM system.
Use Case Examples
- Automatically delete a task when a related project is marked as completed.
- Remove tasks that are no longer relevant based on certain criteria in an automated workflow.
Properties
| Name | Meaning |
|---|---|
| Task Id | The ID of the task to delete. |
Output
JSON
json- The JSON response from the Attio API after deleting the task, typically confirming deletion or providing status information.
Dependencies
- Requires an API key credential for Attio API authentication.
Troubleshooting
- Ensure the Task Id provided is valid and exists in the Attio system; otherwise, the API will return an error indicating the task was not found.
- Check that the API key credential is correctly configured and has sufficient permissions to delete tasks.
- Common error messages include authorization errors (invalid or expired token) and not found errors (invalid task ID). Resolving these involves updating credentials or verifying the task ID.
Links
- Attio API - Delete Task - Official API documentation for deleting a task in Attio.