Actions252
- Api Keys Actions
- Attachments Actions
- Blocklists Actions
- Calendar Channel Event Associations Actions
- Find Many Calendar Channel Event Associations
- Create One Calendar Channel Event Association
- Create Many Calendar Channel Event Associations
- Find One Calendar Channel Event Association
- Delete One Calendar Channel Event Association
- Update One Calendar Channel Event Association
- Find Calendar Channel Event Association Duplicates
- Companies Actions
- Calendar Channels Actions
- Calendar Event Participants Actions
- Calendar Events Actions
- Connected Accounts Actions
- Favorite Folders Actions
- Favorites Actions
- Message Channel Message Associations Actions
- Find Many Message Channel Message Associations
- Create One Message Channel Message Association
- Create Many Message Channel Message Associations
- Find One Message Channel Message Association
- Delete One Message Channel Message Association
- Update One Message Channel Message Association
- Find Message Channel Message Association Duplicates
- Message Channels Actions
- Message Folders Actions
- View Fields Actions
- Message Participants Actions
- Messages Actions
- Message Threads Actions
- Notes Actions
- Note Targets Actions
- Opportunities Actions
- People Actions
- Tasks Actions
- Task Targets Actions
- Timeline Activities Actions
- View Filter Groups Actions
- View Filters Actions
- View Groups Actions
- Views Actions
- View Sorts Actions
- Webhooks Actions
- Workflow Automated Triggers Actions
- Workflow Runs Actions
- Workflows Actions
- Workflow Versions Actions
- Workspace Members Actions
Overview
This node operation deletes a single Calendar Channel Event Association by its unique identifier. It is useful when you need to remove a specific association between a calendar channel and an event, for example, to clean up outdated or incorrect links in your calendar management system.
Practical scenarios include:
- Removing an event association that was created by mistake.
- Cleaning up event associations after an event has been canceled.
- Managing calendar integrations where event associations need to be dynamically updated or deleted.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier of the Calendar Channel Event Association to delete. This is required to specify which association should be removed. |
Output
The output will typically contain JSON data confirming the deletion of the specified Calendar Channel Event Association. This may include status information or details about the deleted object. The exact structure depends on the API response but generally confirms success or failure of the deletion request.
No binary data output is expected from this operation.
Dependencies
- Requires an API key credential to authenticate requests to the external service managing calendar channel event associations.
- The node uses a base URL configured via credentials, which must point to the appropriate API endpoint.
- Proper network access to the API service is necessary.
Troubleshooting
- Missing or invalid Id: If the "Id" property is not provided or is incorrect, the node will fail to identify the association to delete. Ensure the correct and existing association ID is used.
- Authentication errors: If the API key or authentication token is missing or invalid, the node will return authorization errors. Verify that the API credentials are correctly set up.
- Network issues: Connectivity problems with the API endpoint can cause timeouts or failures. Check network settings and API availability.
- API errors: The external API might return errors if the association does not exist or cannot be deleted due to permissions or other constraints. Review the error message for details.
Links and References
- Refer to the external calendar API documentation for details on Calendar Channel Event Associations and their deletion endpoints.
- Consult n8n documentation on how to configure API credentials and handle HTTP request nodes for similar operations.