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 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
- Deleting an agent bot by providing the account ID and the agent bot ID to remove it from the system.
- 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
- Konverte Digital API Documentation - Delete Account Agent Bot - Official API documentation for deleting an account agent bot.