Skip to main content

Delete a webhook

DELETE 

/webhook/:webhookId

Remove a webhook by its ID.

Request

Details

Path Parameters

    webhookId stringrequired

    The unique identifier of the webhook.

Details

Query Parameters

    apiKey stringrequired

    The public API key for authentication.

Details

Header Parameters

    API-SECRET stringrequired

    The secret API key for authentication.

Responses

Webhook successfully deleted.

Details

Schema

    message string
Loading...

Was this page helpful?