DELETE
/
webhooks
/
{id}
curl -X DELETE https://api.stableyard.fi/v2/webhooks/wh_abc123 \
  -H "Authorization: Bearer sy_secret_*"
{
  "deleted": true,
  "id": "wh_abc123",
  "requestId": "req_abc123"
}
Remove a webhook endpoint. Events will no longer be delivered to this URL. Auth: sy_secret_*
id
string
required
Webhook ID
curl -X DELETE https://api.stableyard.fi/v2/webhooks/wh_abc123 \
  -H "Authorization: Bearer sy_secret_*"
{
  "deleted": true,
  "id": "wh_abc123",
  "requestId": "req_abc123"
}