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 from a specified account in the Konverte Digital system. It is useful for managing user roles and access by removing agents who no longer need to be associated with an account. For example, if an agent leaves a team or changes roles, this operation can be used to revoke their access to the account.
Use Case Examples
- Removing an agent who has left the company from the account to maintain security.
- Cleaning up agent lists by deleting inactive or redundant agents from an account.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account from which the agent will be deleted. |
| Id | The ID of the agent to be deleted from the account. |
| Request Options | Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout. |
Output
JSON
success- Indicates whether the agent was successfully deleted from the account.message- Additional information or confirmation message about the deletion operation.
Dependencies
- Requires an API key credential for authentication to the Konverte Digital API.
Troubleshooting
- Ensure the Account Id and Agent Id are correct and exist in the system to avoid 'not found' errors.
- Check network connectivity and proxy settings if requests time out or fail to reach the server.
- If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Batching settings should be configured properly to avoid overwhelming the API with too many requests at once.