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 interacts with the Twenty API to delete a specific View Filter Group by its unique identifier. It is useful in scenarios where you need to programmatically remove filter groups from your views, such as cleaning up outdated or unused filters in an automated workflow.
For example, if you manage multiple view filters for organizing data and want to automate the removal of a particular filter group based on certain conditions, this node can perform that deletion seamlessly within your n8n workflow.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier (object id) of the View Filter Group to delete |
Output
The node outputs JSON data representing the response from the API after attempting to delete the specified View Filter Group. This typically includes confirmation of deletion or error details if the operation failed.
No binary data output is produced by this node.
Dependencies
- Requires an API key credential for authenticating with the Twenty API.
- The node uses the base URL provided by the credential's domain configuration.
- The node expects the Twenty API to be accessible and properly configured to accept delete requests for View Filter Groups.
Troubleshooting
- Invalid or missing Id: If the "Id" property is empty or incorrect, the API will likely return an error indicating the object was not found. Ensure the correct object id is provided.
- Authentication errors: If the API key or domain credentials are invalid or missing, the node will fail to authenticate. Verify that the API key credential is correctly set up.
- Network issues: Connectivity problems to the Twenty API endpoint may cause timeouts or failures. Check network access and API availability.
- Permission issues: The API user associated with the credentials must have permission to delete View Filter Groups; otherwise, the request will be denied.
Links and References
- Twenty API Documentation (Assumed official API docs for reference)
- n8n documentation on Using API Credentials