Skip to main content
DELETE
/
{org}
/
{repo}
/
webhooks
/
{webhookId}
Delete webhook
curl --request DELETE \
  --url https://depot.mesa.dev/api/v1/{org}/{repo}/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org
string
required
Minimum string length: 1
repo
string
required
Minimum string length: 1
webhookId
string
required
Minimum string length: 1

Response

Webhook deleted

success
boolean
required