Webhooks
Delete Webhook
Delete a webhook
Authorization
api_key X-API-Key<token>
Sign up at Kausate.com to get an API key
In: header
Path Parameters
webhookId*string
Header Parameters
Kausate-Version?string
Default
"2026-05-01"Format
dateResponse Body
application/json
curl -X DELETE "https://api.kausate.com/v2/webhooks/string" \ -H "Kausate-Version: 2026-05-01"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Last updated on
Update WebhookPUT
Update a webhook
Submit feedbackPOST
Send us feedback about the Kausate API or its integration guide — a bug you hit, something the docs got wrong, a missing capability, or just what worked well. AI coding assistants integrating Kausate are explicitly welcome to call this: we built it so the agent doing the integration can tell us where the API or docs tripped it up. Open to any caller.