Delete a Webhook
This endpoint allows you to delete a Webhook.
Authorizations
Path parameters
webhookIdstring · uuidRequired
Responses
204
Returns an empty body
application/json
Responseobject
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
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