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 workflow by its unique identifier. It is useful in automation scenarios where you need to programmatically remove workflows that are no longer needed or to clean up outdated or test workflows. For example, if you have a list of workflows and want to delete one based on user input or an external trigger, this node can perform that deletion efficiently.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier (object id) of the workflow to delete |
Output
The output JSON will typically contain the response from the API confirming the deletion of the specified workflow. This may include status information or details about the deleted workflow. There is no binary data output for this operation.
Dependencies
- Requires an API key credential to authenticate with the Twenty API.
- The node uses the Twenty API base URL configured via credentials.
- Proper permissions to delete workflows must be granted by the API token used.
Troubleshooting
- Invalid or missing Id: If the provided workflow Id is incorrect or not found, the API will likely return an error indicating the workflow does not exist. Verify the Id before running the node.
- Authentication errors: Ensure the API key credential is valid and has permission to delete workflows.
- Network issues: Connectivity problems with the API endpoint can cause failures; check network access and API availability.
- Permission denied: The API token might lack sufficient rights to delete workflows; verify the token scopes.
Links and References
- Twenty API Documentation (for detailed API usage and authentication)
- n8n documentation on working with API credentials