Notificações Inteligentes icon

Notificações Inteligentes

Integração do NI

Overview

The node operation "Apagar Grupo" (Delete Group) under the resource "Grupo De Variável Customizada" (Custom Variable Group) is designed to delete a specific group of custom variables by its unique identifier. This operation is useful when you want to remove an entire group of variables that are no longer needed, helping to keep your variable management clean and organized.

Practical examples include:

  • Cleaning up obsolete or deprecated groups of variables in your automation workflows.
  • Managing environment-specific variable groups by deleting those not relevant to the current context.

Properties

Name Meaning
ID Do Grupo The unique identifier of the variable group to be deleted. This must be provided as a string.

Output

The output of this operation typically contains JSON data confirming the deletion status of the specified group. It may include fields such as success confirmation or error messages if the deletion failed. There is no indication that binary data is returned by this node.

Dependencies

  • Requires an API key credential or authentication token to authorize the deletion request.
  • Depends on the external service or platform managing the custom variable groups.
  • Proper configuration of the node with access rights to delete variable groups is necessary.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent group ID will result in an error.
    • Insufficient permissions or missing authentication credentials can cause authorization failures.
    • Network or API endpoint issues might prevent successful deletion.
  • Error messages and resolutions:

    • "Group not found": Verify that the provided group ID is correct and exists.
    • "Unauthorized" or "Access denied": Check that the API key or authentication token is valid and has the required permissions.
    • Timeout or network errors: Ensure stable internet connection and that the external service is reachable.

Links and References

  • Refer to the external service's API documentation for managing custom variable groups.
  • n8n documentation on configuring API credentials and handling node errors.

Discussion