Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.samora.ai/v2/webhooks/{webhook_id} \ --header 'X-API-Key: <api-key>'
{ "message": "Webhook deleted successfully" }
Deletes a webhook. This action cannot be undone.
Your unique organization API key. Required on all requests.
The UUID of the webhook to delete
Webhook deleted successfully