Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation deletes a user from the platform by specifying the user's numeric ID. It is useful in scenarios where user management automation is required, such as removing inactive or unauthorized users from a system automatically.

Use Case Examples

  1. Automatically delete users who have not logged in for a certain period.
  2. Remove users flagged for deletion in a CRM or user management system.

Properties

Name Meaning
Id The numeric ID of the user on the platform to be deleted.
Request Options Additional options to customize the request such as batching, SSL certificate validation, proxy settings, and timeout duration.

Output

JSON

  • success - Indicates whether the user deletion was successful.
  • 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 user ID provided is valid and exists on the platform to avoid errors.
  • If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but be aware of security risks.
  • Check proxy settings if requests are not going through a network proxy.
  • Timeout errors may occur if the server is slow to respond; increase the timeout setting if needed.

Links

Discussion