Skip to main content

Delete webhook

DELETE 

/webhooks/:webhook_id

Deletes a webhook, by ID.

Request

Path Parameters

    webhook_id stringrequired

    Possible values: <= 50 characters, Value must match regular expression ^[a-zA-Z0-9]+$

    The ID of the webhook to delete.

Responses

A successful request returns the HTTP 204 No Content status code with no JSON response body.

Loading...