Actions64
- Chat Actions
- Perfil Actions
- Evento Actions
- Integração Actions
- Instancia Actions
- Mensagem Actions
- Grupo Actions
Overview
This node, named "Evolution API," allows users to interact with the Evolution API by performing various operations on different resources. Specifically, for the resource "Instancia" and operation "Deletar Instancia," it deletes an instance identified by its name. This is useful in scenarios where you need to programmatically remove instances from the Evolution system, such as cleaning up unused or obsolete instances.
Practical example: Automatically deleting a specific instance by its name after a certain workflow condition is met, helping maintain a clean environment without manual intervention.
Properties
| Name | Meaning |
|---|---|
| Nome Da Instancia | The name of the instance to be deleted. Required. |
Output
The node outputs a JSON array containing the result of the delete operation. The exact structure depends on the Evolution API's response but typically includes confirmation of deletion or error details if the operation failed.
No binary data output is indicated.
Dependencies
- Requires an API key credential to authenticate with the Evolution API.
- The node expects the Evolution API to be accessible and properly configured.
- No additional environment variables are explicitly required beyond the API authentication.
Troubleshooting
- Operation not supported error: If the node throws an error stating the operation is not supported, verify that the resource and operation names are correctly set to "instances-api" and "delete-instance" respectively.
- Authentication errors: Ensure the API key credential is valid and has sufficient permissions to delete instances.
- Instance not found: If the specified instance name does not exist, the API may return an error; confirm the instance name is correct.
- Network issues: Check connectivity to the Evolution API endpoint.
Links and References
- Refer to the official Evolution API documentation for detailed information about the delete instance endpoint and expected responses.
- n8n documentation on creating and using API credentials.