Skip to main content
DELETE /v1/account/webhooks/primary API Key

Delete webhook

Remove the webhook configuration. The account will no longer receive event notifications.

Parameters

Name Location Type Description
X-API-Key * header string API key for authentication

* Required parameter

Response

200 Webhook removed

Content-Type: application/json

success boolean
data object
message string

Code Examples

import os
from aho_sdk import AhoSdk

client = AhoSdk.account(api_key=os.environ["AHO_API_KEY"])

result = client.webhooks.delete

Try It

Log in to test this endpoint directly from the documentation.

Log in