Skip to main content

Delete a webhook

DELETE 

/webhook/:webhookId

Remove a webhook by its ID.

Request

Path Parameters

    webhookId stringrequired

    The unique identifier of the webhook.

Query Parameters

    apiKey stringrequired

    The public API key for authentication.

Header Parameters

    API-SECRET stringrequired

    The secret API key for authentication.

Responses

Webhook successfully deleted.

Schema
    message string
Loading...

Was this page helpful?