KausateKausate Docs
Api reference2025 04 01Webhooks
Viewing API version 2025-04-01. View the latest version.

Delete Webhook

Delete a webhook

DELETE
/v2/webhooks/{webhookId}
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"2025-04-01"
Formatdate

Response Body

application/json

curl -X DELETE "https://api.kausate.com/v2/webhooks/string" \  -H "Kausate-Version: 2025-04-01"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}

Last updated on