Skip to main content

Unregister a webhook

DELETE 

/v1/webhooks/unregister

Unregister an existing webhook endpoint.

Request

Body

required

    url string

    The URL of the webhook endpoint to register.

    events string[]

    The list of events to subscribe to.

Responses

Webhook registered successfully.

Schema

    message string
    apiSecretKey string
Loading...