Actions64
- Instancia Actions
- Mensaje Actions
- Grupo Actions
- Crear Grupo
- Actualizar Imagen Del Grupo
- Actualizar Nombre Del Grupo
- Actualizar Descripción Del Grupo
- Actualizar Configuraciones
- Actualizar Miembros
- Buscar Enlace De Invitación
- Revocar Enlace De Invitación
- Enviar Enlace De Invitación
- Buscar Grupos
- Encontrar Participantes
- Mensajes Temporales
- Unirse Al Grupo
- Salir Del Grupo
- Chat Actions
- Perfil Actions
- Evento Actions
- Integración Actions
Overview
This node, named "Evolution API," allows users to interact with the Evolution API service. Specifically, for the resource "Instancia" and operation "Eliminar Instancia," it enables users to delete an instance by specifying its name. This is useful in scenarios where instances need to be programmatically removed, such as cleaning up test environments, managing resources dynamically, or automating infrastructure lifecycle tasks.
For example, a user might automate the deletion of a cloud instance after a job completes to save costs or maintain a clean environment.
Properties
| Name | Meaning |
|---|---|
| Nombre De La Instancia | The name of the instance to be deleted. This is a required string input identifying which instance will be removed. |
Output
The node outputs a JSON array containing the response from the Evolution API after attempting to delete the specified instance. The exact structure depends on the API's response but typically includes confirmation of deletion or error details.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the Evolution API.
- The base URL for requests is
https://doc.evolution-api.com/api-reference. - The node expects JSON responses and sends JSON content-type headers.
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 correctly configured 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 and any firewall restrictions.
Links and References
- Evolution API Documentation (base URL used by the node)