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-04-15"Format
dateResponse Body
application/json
curl -X DELETE "https://api.kausate.com/v2/webhooks/string" \ -H "Kausate-Version: 2026-04-15"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Last updated on