Skip to main content
DELETE
/
api
/
v1
/
agents
/
{agent_id}
/
webhooks
/
{webhook_id}
curl -X DELETE \
  'https://app.talkover.ai/api/v1/agents/9fbef0b7-8d4e-4a08-9207-66c22155721d/webhooks/9fcafbf2-7593-44d6-8cd7-1b221beba62a' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{
  "success": true,
  "message": "Webhook deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.talkover.ai/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Permanently deletes a webhook configuration. This action cannot be undone.

Endpoint

agent_id
string
required
Agent UUID
webhook_id
string
required
Webhook UUID

Request

curl -X DELETE \
  'https://app.talkover.ai/api/v1/agents/9fbef0b7-8d4e-4a08-9207-66c22155721d/webhooks/9fcafbf2-7593-44d6-8cd7-1b221beba62a' \
  -H 'Authorization: Bearer YOUR_TOKEN'

Response

success
boolean
Indicates if the webhook was deleted successfully
message
string
Success message
{
  "success": true,
  "message": "Webhook deleted successfully"
}

Error Responses

{
  "message": "Missing Bearer Token"
}
{
  "success": false,
  "message": "Agent not found in this environment."
}
{
  "success": false,
  "message": "Webhook not found."
}

Important Notes

  • This action permanently deletes the webhook configuration and cannot be undone
  • Webhook operations automatically clear the agent cache for immediate effect
  • Consider disabling the webhook first if you want to temporarily stop notifications
  • Deleted webhooks will no longer receive any events