Skip to main content

Delete addresses from a webhook

POST 

/webhook/delete-addresses

Remove addresses from a webhook's listening scope.

Request

Details

Query Parameters

    apiKey stringrequired

    The public API key for authentication.

Details

Header Parameters

    API-SECRET stringrequired

    The secret API key for authentication.

Details

Body

required

    webhookId string
    addresses string[]

Responses

Addresses successfully deleted from the webhook.

Details

Schema

    message string
Loading...

Was this page helpful?