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 by its numeric ID from the Konverte Digital API. It is useful for automating account management tasks where accounts need to be programmatically removed, such as cleaning up inactive or obsolete accounts in bulk or as part of a workflow.
Use Case Examples
- Deleting a user account by specifying its unique numeric ID.
- Automating account cleanup by deleting multiple accounts based on certain criteria.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to be deleted, required to identify which account to remove. |
| Request Options | Additional HTTP request options to control batching, SSL certificate validation, proxy usage, and request timeout settings. |
Output
JSON
success- Indicates whether the account deletion was successful.accountId- The ID of the account that was deleted.message- Additional information or confirmation message from the API after deletion.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- Common issues include invalid or missing account ID, resulting in errors from the API indicating the account was not found.
- SSL certificate validation errors if the server's SSL certificate is invalid or untrusted; can be bypassed by enabling 'Ignore SSL Issues'.
- Timeout errors if the server does not respond within the specified timeout period; increasing the timeout may help.
- Proxy configuration errors if the proxy URL or credentials are incorrect.
Links
- Konverte Digital API - Delete Account - Official API documentation for deleting an account using the Konverte Digital API.