Docs
Webhooks

Delete a webhook

DELETE
/v1/webhooks/{id}

Authorization

BearerAuth
AuthorizationBearer <token>

API key (csk_live_…)

In: header

Path Parameters

id*string

Webhook ID

Response Body

application/json

curl -X DELETE "https://api.cospec.io/v1/webhooks/string"
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "requestId": "string"
}