Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation deletes a specific webhook from an account in the Konverte Digital API. It is useful for managing webhooks by removing those that are no longer needed or valid, helping to keep the webhook list clean and relevant. For example, if a webhook is set up for a particular event but is no longer required, this operation can be used to delete it by specifying the account ID and webhook ID.

Use Case Examples

  1. Deleting a webhook by providing the account ID and webhook ID to stop receiving event notifications from that webhook.
  2. Managing webhooks programmatically to automate cleanup of unused or obsolete webhooks.

Properties

Name Meaning
Account Id The numeric ID of the account from which the webhook will be deleted.
Webhook Id The numeric ID of the webhook 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 webhook 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 provided Account Id and Webhook 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 requests fail to connect to the API server.
  • Timeout errors can occur if the server is slow to respond; increase the timeout value if necessary.

Links

Discussion