cURL
curl --request DELETE \ --url https://api.bunship.com/api/v1/organizations/{orgId}/webhooks/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Webhook endpoint deleted" }
Delete a webhook endpoint
true
curl -X DELETE https://api.bunship.com/api/v1/organizations/org_cld2abc123def456/webhooks/wh_abc123 \ -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIs..."