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 interacts with the Attio API to delete a specific note identified by its UUID. It is useful in scenarios where you need to programmatically remove notes from your Attio workspace, such as cleaning up outdated or irrelevant notes automatically.
Use Case Examples
- Automatically delete notes that are older than a certain date.
- Remove notes based on specific workflow triggers or conditions.
Properties
| Name | Meaning |
|---|---|
| Note Id | A UUID which identifies the note to delete. |
Output
JSON
json- The JSON response from the Attio API after deleting the note, typically confirming the deletion or providing status information.
Dependencies
- Requires an API key credential for authenticating with the Attio API.
Troubleshooting
- Ensure the Note Id provided is a valid UUID and corresponds to an existing note in Attio.
- Common error: 'Operation configuration not found' indicates a misconfiguration in the node's operation selection.
- Authentication errors may occur if the API key credential is missing or invalid; verify the credential setup.
Links
- Attio API Documentation - Delete Note - Official API documentation for deleting a note in Attio.