cURL
curl --request DELETE \ --url https://api.example.com/api/v1/partner/webhooks/{id} \ --header 'Authorization: Bearer <token>'
{ "statusCode": 401, "message": "Unauthorized" }
Permanently removes a webhook endpoint. Pending deliveries for this webhook will be abandoned.
Partner API key. Format: sk_branch_<32chars>, sk_personal_<32chars>, or pk_<32chars> (public, read-only)
sk_branch_<32chars>
sk_personal_<32chars>
pk_<32chars>
Webhook UUID
Webhook deleted successfully