Actions48
- Custom Variable Actions
- Custom Variable Group Actions
- Event Actions
- Integration Actions
- Lead Actions
- Lead List Actions
Overview
This node operation deletes a specified custom variable from the system. It is useful in scenarios where you need to programmatically remove obsolete or incorrect custom variables to keep your data clean and up to date. For example, if you have a set of user-defined variables for personalization or automation and one is no longer needed, this operation allows you to delete it by its unique identifier.
Properties
| Name | Meaning |
|---|---|
| Custom Variable ID | The unique identifier for the custom variable to be deleted |
Output
The output JSON will typically contain the result of the deletion operation. This might include confirmation of success or details about the deleted variable. Since the source code does not explicitly show the output structure, expect a standard response indicating whether the deletion was successful. No binary data output is expected.
Dependencies
- Requires an API key or authentication token to access the external service at
https://api.notificacoesinteligentes.com. - The node uses HTTP requests with authentication to communicate with the external API.
- Proper configuration of credentials in n8n is necessary to authorize these requests.
Troubleshooting
- Common issues:
- Invalid or missing Custom Variable ID: Ensure the ID provided exists and is correctly formatted.
- Authentication errors: Verify that the API key or authentication token is valid and has sufficient permissions.
- Network timeouts or connectivity issues: Check network settings and API availability.
- Error messages:
- Errors related to HTTP request failures may indicate connectivity or permission problems.
- If the variable ID does not exist, the API may return a "not found" error; verify the ID before attempting deletion.
Links and References
- Notificações Inteligentes API Documentation (assumed base URL for API reference)