Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

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

  1. Deleting a user account by specifying its unique numeric ID.
  2. 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

Discussion