Skip to main content
DELETE
/
{org}
/
webhook-targets
/
{webhookTargetId}
Delete webhook target
curl --request DELETE \
  --url https://api.mesa.dev/v1/{org}/webhook-targets/{webhookTargetId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}
Required scope: admin

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
webhookTargetId
string
required
Minimum string length: 1

Response

Webhook target deleted

success
boolean
required