Saki Docs
Webhook

Delete a webhook

Permanently removes the webhook endpoint.

Base URLhttps://app.usesaki.com/api
delete/spaces/{space}/webhooks/{webhook}

Delete a webhook

Permanently removes the webhook endpoint.

AuthorizationBearer <token>

Path Parameters

spacerequiredinteger

The space ID

webhookrequiredinteger

The webhook ID

Response

curl -X DELETE "https://app.usesaki.com/api/spaces/{space}/webhooks/{webhook}" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
{}