Skip to main content
DELETE
/
v1
/
webhooks
/
{webhook_id}
Delete Webhook
curl --request DELETE \
  --url https://api.supernotes.app/v1/webhooks/{webhook_id} \
  --header 'Api-Key: <api-key>'
{
  "type": "<string>",
  "detail": "<string>",
  "meta": "APIKey",
  "status": 123
}

Authorizations

Api-Key
string
header
required

Path Parameters

webhook_id
integer
required

Response

Successful Response