Notificações Inteligentes icon

Notificações Inteligentes

Integração do NI

Overview

The node is designed to delete an existing integration by its ID. This operation is useful when you want to remove integrations that are no longer needed or valid, helping to keep your system clean and up-to-date. For example, if an integration was set up for a temporary purpose or has been replaced by a new one, this node can be used to delete it programmatically.

Properties

Name Meaning
ID The unique identifier of the existing integration to be deleted. This is a required string input.

Output

The output structure is not explicitly detailed in the provided source code. However, typically for a deletion operation, the output JSON would include confirmation of the deletion status, such as success or failure messages, and possibly the ID of the deleted integration. There is no indication that the node outputs binary data.

Dependencies

No external dependencies or API keys are explicitly mentioned in the provided source code snippet. However, since the node deals with integrations, it likely requires proper authentication credentials configured within n8n to access and modify integration data on the target platform.

Troubleshooting

  • Common Issues:
    • Providing an invalid or non-existent integration ID will likely result in an error or failure to delete.
    • Missing or incorrect authentication credentials may prevent the node from performing the deletion.
  • Error Messages:
    • Errors related to "integration not found" indicate the specified ID does not exist.
    • Authentication errors suggest issues with API keys or tokens.
  • Resolution:
    • Verify the integration ID is correct and exists.
    • Ensure that the node is configured with valid authentication credentials.

Links and References

No external links or references are provided in the source code. For more information, consult the documentation of the platform managing the integrations or the n8n community forums for similar use cases.

Discussion