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 field by its unique identifier. It is useful in scenarios where you need to programmatically remove fields from a view configuration, such as cleaning up unused or obsolete fields in a data visualization or report setup.
For example, if you have a dashboard with multiple view fields and want to automate the removal of one particular field based on its ID, this node can perform that deletion efficiently.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier of the view field to be deleted. This is a required string input. |
Output
The output will typically contain JSON data confirming the deletion operation. This may include status information or details about the deleted view field. The exact structure depends on the API response but generally indicates success or failure of the deletion request.
No binary data output is expected from this operation.
Dependencies
- Requires an API key credential for authentication to the external service.
- Needs the base URL domain configured in credentials.
- Depends on the external Twenty API to perform the deletion of the view field.
Troubleshooting
- Missing or invalid Id: Ensure the "Id" property is provided and correctly references an existing view field.
- Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
- Network or API errors: Check connectivity and API endpoint availability.
- Not found error: If the specified Id does not exist, the API may return a 404 error; confirm the Id is correct.
Links and References
- Twenty API Documentation (example placeholder link)
- n8n documentation on HTTP Request Node for understanding API interactions