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