Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation deletes an integration hook from a specified account in the Konverte Digital API. It is useful for managing integrations by removing hooks that are no longer needed or valid. For example, if an integration hook is deprecated or causing issues, this operation can be used to cleanly remove it from the account.

Use Case Examples

  1. Deleting an integration hook by providing the account ID and the hook ID to stop receiving events or data from that hook.
  2. Managing integration hooks programmatically to maintain clean and updated integration configurations.

Properties

Name Meaning
Account Id The numeric ID of the account from which the integration hook will be deleted.
Hook Id The numeric ID of the integration hook to be deleted.
Request Options Optional settings for the HTTP request such as batching, SSL certificate validation, proxy configuration, and timeout settings.

Output

JSON

  • success - Indicates whether the integration hook 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 Hook Id are correct and exist in the system to avoid 'not found' errors.
  • If SSL certificate validation fails and you trust the endpoint, enable 'Ignore SSL Issues' to bypass SSL errors.
  • Check proxy settings if the request fails due to network issues.
  • Adjust timeout settings if the server response is slow to prevent premature request abortion.

Links

Discussion