Actions48
- Custom Variable Actions
- Custom Variable Group Actions
- Event Actions
- Integration Actions
- Lead Actions
- Lead List Actions
Overview
This node operation deletes a custom variable group identified by a unique Group ID. It is useful in scenarios where you need to programmatically remove a set of variables grouped together, for example, cleaning up unused or obsolete variable groups in an automation workflow.
Practical examples include:
- Removing a variable group that is no longer relevant after a project phase ends.
- Automating cleanup tasks to maintain an organized environment by deleting groups that meet certain criteria.
Properties
| Name | Meaning |
|---|---|
| Group ID | Unique identifier of the variable group to delete |
Output
The output JSON typically contains confirmation details about the deletion operation. This may include success status, deleted group ID, or any error messages if the deletion failed.
If the node supports binary data output, it would generally represent related files or attachments associated with the variable group, but this is not indicated in the provided code.
Dependencies
- Requires an API key credential for authentication to the external service at
https://api.notificacoesinteligentes.com. - The node uses HTTP requests with authentication to interact with the external API.
- Proper network access and permissions to call the external API endpoint are necessary.
Troubleshooting
- Common issues:
- Invalid or missing Group ID will cause the deletion to fail.
- Authentication errors if the API key or token is invalid or expired.
- Network timeouts or connectivity issues when calling the external API.
- Error messages:
- Errors related to "group_id" missing or invalid should be resolved by providing a correct Group ID.
- Authentication failures require checking and updating the API credentials.
- Timeout errors suggest retrying or increasing timeout settings.
Links and References
- API Documentation for Variable Groups (hypothetical link based on base URL)
- n8n HTTP Request Node documentation for configuring authenticated requests: https://docs.n8n.io/nodes/n8n-nodes-base.httpRequest/