Delete a Webhook

Delete a Webhook

delete

This endpoint allows you to delete a Webhook.

Authorizations
Path parameters
webhookIdstring · uuidRequired
Responses
204
Returns an empty body
application/json
Responseobject
delete
DELETE /v2/webhooks/:webhookId HTTP/1.1
Host: api.underdogprotocol.com
Authorization: Bearer JWT
Accept: */*
{}

Example

curl --location --request DELETE 'https://dev.underdogprotocol.com/v2/webhooks/:webhookId' \
--header 'Authorization: Bearer {token}'

Last updated