Scheduler Zero
REST APIAPI referenceBlocklist

Unblock an email address

Requires the `blocklist:delete` permission.

DELETE
/settings/blocked-emails/{emailAddress}

Requires the blocklist:delete permission.

Authorization

ApiKeyAuth
x-api-key<token>

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

In: header

Path Parameters

emailAddress*string
Formatemail

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/settings/blocked-emails/user@example.com"
Empty