Skip to main content

Delete addresses from a webhook

POST 

/webhook/delete-addresses

Remove addresses from a webhook's listening scope.

Request

Query Parameters

    apiKey stringrequired

    The public API key for authentication.

Header Parameters

    API-SECRET stringrequired

    The secret API key for authentication.

Body

required
    webhookId string
    addresses string[]

Responses

Addresses successfully deleted from the webhook.

Schema
    message string
Loading...

Was this page helpful?