Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation deletes an Account Agent Bot from a specified account in the Konverte Digital API. It is useful for managing and cleaning up agent bots associated with accounts, such as removing outdated or unnecessary bots to maintain an organized system.

Use Case Examples

  1. Deleting an agent bot by providing the account ID and the agent bot ID to remove it from the system.
  2. Automating the cleanup of agent bots in bulk by integrating this node in workflows that identify bots to be deleted.

Properties

Name Meaning
Account Id The numeric ID of the account from which the agent bot will be deleted.
Id The ID of the agent bot to be deleted.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout.

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

  • Ensure the provided Account Id and Agent Bot Id are correct and exist in the system to avoid 'not found' errors.
  • If SSL certificate validation fails and the request is blocked, enable the 'Ignore SSL Issues' option to bypass this check (not recommended for production).
  • Check proxy settings if requests fail to reach the API endpoint when behind a corporate firewall or proxy.
  • Timeout errors may occur if the server is slow to respond; increase the timeout setting if necessary.

Links

Discussion