Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

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

  1. Removing an agent who has left the company from the account to maintain security.
  2. 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.

Discussion