scf_delete_webhook
Revoke a webhook endpoint to stop future deliveries; marks it inactive for audit while returning 403 on subsequent attempts.
Instructions
Revoke a webhook endpoint — soft-delete that marks it inactive (destructive write — admin role). Future deliveries return 403; the record remains for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes | Organization UUID — obtain from scf_list_organizations | |
| endpoint_id | Yes | Webhook endpoint UUID — obtain from scf_list_webhooks |