Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation deletes an Agent Bot by its ID in the Konverte Digital API. It is useful for scenarios where you need to programmatically remove an agent bot from your system, such as cleaning up unused bots or managing bot lifecycle automatically.

Use Case Examples

  1. Deleting an agent bot by specifying its unique ID to remove it from the platform.
  2. Automating the cleanup of agent bots that are no longer needed in a customer support system.

Properties

Name Meaning
Id The unique identifier of the agent bot to be deleted, required to specify which bot to remove.
Request Options Additional options to customize the HTTP request such as batching, SSL certificate validation, proxy settings, and timeout duration.

Output

JSON

  • success - Indicates whether the deletion of the agent bot was successful.
  • message - Additional information or confirmation message returned from the API after deletion.

Dependencies

  • Requires an API key credential for authentication with the Konverte Digital API.

Troubleshooting

  • Common issues include providing an invalid or non-existent agent bot ID, which will result in an error response from the API.
  • SSL certificate validation errors can occur if the server's SSL certificate is invalid or self-signed; this can be bypassed by enabling the 'Ignore SSL Issues' option, but it reduces security.
  • Timeout errors may occur if the server is slow to respond; increasing the timeout value can help.
  • Proxy misconfiguration can prevent the request from reaching the API; ensure proxy settings are correct if used.

Links

Discussion