Webhook
Delete a webhook
Permanently removes the webhook endpoint.
Base URL
https://app.usesaki.com/apidelete
/spaces/{space}/webhooks/{webhook}Delete a webhook
Permanently removes the webhook endpoint.
Authorization
Bearer <token>Path Parameters
spacerequiredintegerThe space ID
webhookrequiredintegerThe webhook ID
Response
curl -X DELETE "https://app.usesaki.com/api/spaces/{space}/webhooks/{webhook}" \
-H "Authorization: Bearer YOUR_TOKEN"Response
{}