Delete a Webhook

Delete a Webhook

delete

This endpoint allows you to delete a Webhook.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
webhookIdstring · uuidRequired
Responses
delete
/v2/webhooks/:webhookId

Example

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

Last updated