Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation deletes a specific team within an account in the Konverte Digital API. It is useful for managing teams by removing those that are no longer needed or relevant. For example, if a team is disbanded or merged, this operation can be used to delete the team from the system.

Use Case Examples

  1. Deleting a team by specifying the account ID and the team ID to remove it from the account.
  2. Automating team management workflows by removing teams that meet certain criteria.

Properties

Name Meaning
Account Id The numeric ID of the account from which the team will be deleted.
Team Id The ID of the team to be deleted.
Request Options Additional options for the request such as batching, SSL certificate validation, proxy settings, and timeout configuration.

Output

JSON

  • success - Indicates whether the team deletion was successful.
  • message - Additional information or confirmation message about the deletion operation.

Dependencies

  • Requires an API key credential for authentication with the Konverte Digital API.

Troubleshooting

  • Ensure the account ID and team ID are correct and exist in the system to avoid errors.
  • Check network connectivity and proxy settings if requests fail to reach the API.
  • If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but be aware of security risks.
  • Timeout errors may occur if the server is slow to respond; increase the timeout setting if needed.

Links

Discussion