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 "View Sort" object identified by its unique ID. It is useful in scenarios where you need to remove sorting configurations or criteria from a view within an application or system that supports customizable views. For example, if a user has created multiple sort orders for displaying data and wants to remove one specific sort order, this operation facilitates that deletion.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier of the View Sort object to delete. This is required to specify which sort configuration should be removed. |
Output
The output JSON will typically contain confirmation of the deletion operation. This may include status information or the ID of the deleted View Sort. No binary data output is expected from this operation.
Dependencies
- Requires an API key credential to authenticate requests against the Twenty API.
- The node uses the Twenty API base URL configured via credentials.
- The node depends on the
@devlikeapro/n8n-openapi-nodepackage for building request properties based on the OpenAPI specification.
Troubleshooting
- Missing or invalid Id: If the Id property is not provided or incorrect, the API will likely return an error indicating that the resource could not be found or the request is malformed. Ensure the Id is correct and corresponds to an existing View Sort.
- Authentication errors: If the API key or domain credentials are missing or invalid, authentication will fail. Verify that the API key credential is correctly set up in n8n.
- Network or API errors: Connectivity issues or API downtime can cause failures. Check network connectivity and the status of the external service.
Links and References
- Twenty API Documentation (Assumed link for reference; replace with actual documentation URL)
- n8n Documentation on Creating Custom Nodes