Evolution API icon

Evolution API

Interact with Evolution API

Overview

This node interacts with the Evolution API to perform various operations on resources. Specifically, for the 'Instance' resource and the 'Delete Instance' operation, it deletes an instance identified by its name. This is useful in scenarios where you need to programmatically manage and clean up instances within the Evolution API environment, such as removing outdated or unused instances to maintain system hygiene.

Use Case Examples

  1. Deleting an instance by specifying its name to free up resources or remove obsolete data.
  2. Automating instance management workflows by integrating instance deletion into larger automation processes.

Properties

Name Meaning
Instance Name The name of the instance to be deleted, required to identify which instance to remove.

Output

JSON

  • `` - Returns the result of the delete operation as a JSON array, typically indicating success or failure status.

Dependencies

  • Requires an API key credential for the Evolution API to authenticate requests.

Troubleshooting

  • If the instance name is incorrect or does not exist, the node will throw an error indicating the instance could not be found or deleted.
  • Ensure the API key credential is valid and has sufficient permissions to delete instances.
  • Common error messages include 'Unsupported operation' if the operation or resource is not correctly specified, or API errors related to authentication or resource availability.

Discussion