Skip to main content
DELETE
/
v2
/
webhooks
/
{webhook_id}
cURL
curl --request DELETE \
  --url https://api.samora.ai/v2/webhooks/{webhook_id} \
  --header 'X-API-Key: <api-key>'
{
  "message": "Webhook deleted successfully"
}

Authorizations

X-API-Key
string
header
required

Your unique organization API key. Required on all requests.

Path Parameters

webhook_id
string<uuid>
required

The UUID of the webhook to delete

Response

Webhook deleted successfully

message
string
required