TEASEDocs
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

DELETE
/api/admin/domains/{hostname}
curl -X DELETE "https://example.com/api/admin/domains/string"
Empty
{  "detail": "auth required"}
{  "detail": {    "code": "domain_not_found",    "message": "Domain not found"  }}