Delete Webhook
DELETE/v1/webhooks/:webhookId
This endpoint removes a Webhook identified by the webhookId
parameter.
Request
Path Parameters
webhookId int32required
The identifier of the Webhook.
Responses
- 204
- 400
- 404
- 429
When the delete was successful.
Bad request.
Not found.
Too many requests. In case of the request rate exceeds the rate limits.
Loading...