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 webhook identified by a UUID. It is useful for managing webhooks in Attio, allowing users to remove webhooks that are no longer needed or valid. For example, if a webhook was created for a specific event but is no longer required, this node can be used to delete it by providing the webhook's unique identifier.
Use Case Examples
- Deleting a webhook by specifying its UUID to stop receiving event notifications from Attio.
- Managing webhook lifecycle by programmatically removing outdated or unused webhooks.
Properties
| Name | Meaning |
|---|---|
| Webhook Id | A UUID identifying the webhook to delete. |
Output
JSON
json- The JSON response from the Attio API after attempting to delete the webhook, typically indicating success or failure of the deletion operation.
Dependencies
- Requires an API key credential for authenticating with the Attio API.
Troubleshooting
- If the webhook ID is invalid or does not exist, the API will return an error indicating the webhook could not be found. Verify the UUID is correct.
- Authentication errors may occur if the API key credential is missing or invalid. Ensure the API key is correctly configured in the node credentials.
- Network or API availability issues can cause request failures. Check network connectivity and Attio API status if requests fail unexpectedly.
Links
- Attio API Documentation - Delete Webhook - Official documentation for deleting webhooks via the Attio API, providing details on required parameters and expected responses.