KausateKausate Docs
Webhooks

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

Response Body

application/json

curl -X DELETE "https://api.kausate.com/v2/webhooks/string"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}

Last updated on