Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation deletes a custom filter from an account in the Konverte Digital API. It is useful for managing and cleaning up custom filters that are no longer needed or relevant. For example, if a user wants to remove a specific filter applied to their account data, this operation allows them to specify the account and filter IDs to delete that filter.

Use Case Examples

  1. Deleting a custom filter by specifying the account ID and the custom filter ID to remove unwanted filters from the account.
  2. Automating the cleanup of custom filters in bulk by iterating over filter IDs and deleting them.

Properties

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

Output

JSON

  • success - Indicates whether the custom filter 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 that the account ID and custom filter 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; adjust the timeout setting accordingly.

Links

Discussion