TwentyDEV icon

TwentyDEV

Consume the Twenty API

Actions252

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

Discussion