Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation deletes a custom attribute from a specified account in the Konverte Digital system. It is useful for managing and cleaning up custom attributes associated with accounts, such as removing outdated or incorrect data fields. For example, if an account has a custom attribute that is no longer needed, this operation can be used to delete it by providing the account's numeric ID and the custom attribute's ID.

Use Case Examples

  1. Deleting a custom attribute from a user account by specifying the account ID and the attribute ID to keep the account data relevant and up-to-date.
  2. Automating the cleanup of custom attributes across multiple accounts in a batch process to maintain data hygiene.

Properties

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

Output

JSON

  • success - Indicates whether the custom attribute was successfully deleted.
  • 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 provided Account Id and Custom Attribute Id are correct and exist in the system to avoid 'not found' errors.
  • Check network connectivity and proxy settings if requests fail to reach the API endpoint.
  • If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Timeout errors can occur if the server is slow to respond; increase the timeout setting if necessary.

Links

Discussion