API ReferenceLandings
Delete a landing domain
Delete a domain and cascade-delete its buttons, segments, notification, and background assets, then deprovision its infrastructure. Requires a write-scoped key.
Authorization
bearerAuth AuthorizationBearer <token>
Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.
In: header
Path Parameters
hostname*string
The domain hostname.
Response Body
application/json
application/json
curl -X DELETE "https://example.com/api/admin/domains/string"Empty
{ "detail": "auth required"}{ "detail": { "code": "domain_not_found", "message": "Domain not found" }}Rename a landing domain
Update a domain's editable metadata (currently the `display_name` shown in stats). Takes effect immediately without a publish. Requires a write-scoped key.
Retry domain provisioning
Re-run domain provisioning for a domain stuck in `pending` or `failed`. Idempotent. Requires a write-scoped key.