Actions64
- Instancia Actions
- Mensagem Actions
- Grupo Actions
- Chat Actions
- Perfil Actions
- Evento Actions
- Integração Actions
Overview
This node, named "Evolution API Direct," allows users to interact directly with the Evolution API by specifying a server URL and an API key. It supports various resources and operations, including managing instances. Specifically, the "Deletar Instancia" (Delete Instance) operation under the "Instancia" resource enables users to delete a named instance from their Evolution API environment.
Common scenarios for this node include automating instance lifecycle management, such as removing obsolete or test instances programmatically without manual intervention. For example, a user might schedule workflows to clean up instances after testing or decommissioning services.
Properties
| Name | Meaning |
|---|---|
| Server URL | The full URL of your Evolution API server endpoint (e.g., https://api.exemplo.com). |
| API Key | The API key credential used to authenticate requests against the Evolution API. |
| Nome Da Instancia | The name of the instance that you want to delete from the Evolution API environment. |
Output
The node outputs a JSON array containing the response from the Evolution API after attempting to delete the specified instance. This typically includes confirmation of deletion or error details if the operation failed.
No binary data output is expected from this operation.
Dependencies
- Requires access to the Evolution API via a valid server URL.
- Requires an API key credential with sufficient permissions to delete instances.
- No additional external dependencies are indicated in the source code.
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 "Instancia" and "Deletar Instancia" respectively.
- Authentication Failures: Ensure the provided API key is valid and has the necessary permissions.
- Invalid Server URL: Confirm the server URL is correct and reachable.
- Instance Not Found: If the instance name does not exist, the API may return an error; double-check the instance name spelling and existence.
- Network Issues: Check network connectivity to the Evolution API server.
Links and References
- Evolution API Documentation (as referenced in the node's default base URL)