Actions115
- Teams Actions
- Account Users Actions
- Custom Attributes Actions
- Contacts Actions
- Conversation Labels Actions
- Reports Actions
- Accounts Actions
- Contact Actions
- Agent Bots Actions
- Users Actions
- Inbox API Actions
- Contacts API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Canned Response Actions
- Messages Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Inboxes Actions
- Integrations Actions
- Profile Actions
- Custom Filters Actions
- Webhooks Actions
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
- Deleting an agent bot by specifying its unique ID to remove it from the platform.
- 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
- Konverte Digital API Documentation - Delete Agent Bot - Official API documentation for deleting an agent bot.