TwentyDEV icon

TwentyDEV

Consume the Twenty API

Actions252

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

Discussion