cURL
curl --request DELETE \ --url https://depot.mesa.dev/api/v1/{org}/{repo}/webhooks/{webhookId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete a webhook from a repository
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Webhook deleted