Skip to main content
DELETE
/
v2
/
webhooks
/
{webhookId}
Delete Webhook
curl --request DELETE \
  --url https://api.kausate.com/v2/webhooks/{webhookId} \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Sign up at Kausate.com to get an API key

Path Parameters

webhookId
string
required

Response

Successful Response