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
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