Scheduler Zero
REST APIAPI referenceWebhooks

Unsubscribe (delete a webhook)

Requires the `webhook:delete` permission.

DELETE
/settings/webhooks/{id}

Requires the webhook:delete permission.

Authorization

ApiKeyAuth
x-api-key<token>

API key created under Settings → API Keys. Scoped to a single workspace.

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/settings/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "success": true}