Skip to main content
DELETE
/
api
/
post-call-webhooks
/
{id}
Delete post-call webhook
curl --request DELETE \
  --url http://localhost:8080/api/post-call-webhooks/{id} \
  --header 'X-API-KEY: <api-key>' \
  --header 'X-API-SECRET: <api-key>'
{
  "success": true,
  "message": "Post-call webhook deleted successfully",
  "data": {}
}

Authorizations

X-API-KEY
string
header
required

API Key for MCP server and external service authentication

X-API-SECRET
string
header
required

API Secret for MCP server and external service authentication

Path Parameters

id
string
required

Response

Post-call webhook deleted successfully

success
boolean
message
string
data
object