Skip to main content
DELETE
/
partner
/
webhooks
/
{id}
Delete a webhook endpoint
curl --request DELETE \
  --url https://api.example.com/api/v1/partner/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 401,
  "message": "Unauthorized"
}

Authorizations

Authorization
string
header
required

Partner API key. Format: sk_branch_<32chars>, sk_personal_<32chars>, or pk_<32chars> (public, read-only)

Path Parameters

id
string<uuid>
required

Webhook UUID

Response

Webhook deleted successfully