TwentyDEV icon

TwentyDEV

Consume the Twenty API

Actions252

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-node package 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

Discussion