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 allows you to delete a specific view by its unique identifier. It is useful in scenarios where you need to programmatically remove saved views or filters from a system that supports such entities, for example, cleaning up outdated or unused views in a project management or data visualization tool.
A practical example would be automating the removal of user-created views that are no longer relevant, helping maintain an organized and clutter-free environment.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier of the view to delete. This is a required string value representing the object id. |
Output
The output will typically contain JSON data confirming the deletion status of the specified view. This may include success confirmation or details about the deleted object. No binary data output is expected.
Dependencies
- Requires an API key credential to authenticate requests.
- Depends on the external Twenty API service (as indicated by the bundled OpenAPI schema).
- The node configuration must include the base URL domain for the API endpoint.
Troubleshooting
Common issues:
- Providing an invalid or non-existent view ID will likely result in an error response from the API.
- Missing or incorrect API credentials will cause authentication failures.
- Network connectivity problems can prevent successful API calls.
Error messages:
- "Object not found" or similar indicates the provided ID does not correspond to any existing view.
- Authentication errors suggest checking the API key or token validity.
- Timeout or connection errors require verifying network access and API availability.
Links and References
- Refer to the official Twenty API documentation for detailed information on the Views resource and delete operation.
- Consult n8n documentation on how to configure API credentials and use HTTP request nodes if needed.