Delete Domain
Stops resolving the domain to its app and queues Cloudflare cleanup. The response is deleting; retrieve the resource until it is removed.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-09-09"
Path Parameters
Domain ID, prefixed dom_.
Response
Domain deletion requested
ID of the account claiming or owning this domain, prefixed biz_.
"biz_xxxxxxxxxxxxxx"
ID of the app assigned to this domain, prefixed app_.
"app_xxxxxxxxxxxxxx"
Cloudflare's latest certificate issuance status.
When the domain claim was created, as an ISO 8601 timestamp.
"2026-01-01T12:00:00.000Z"
Result of the most recent DNS routing check. Ownership is verified separately.
pending, valid, invalid, unknown "pending"
Normalized hostname, such as checkout.example.com.
"shop.example.com"
Cloudflare's latest hostname activation status.
Domain ID, prefixed dom_.
"dom_xxxxxxxxxxxxxx"
When DNS and provider state were last checked, as an ISO 8601 timestamp.
Custom string keys and values attached to this domain.
Domain lifecycle. Only active domains resolve to their app.
pending_verification, provisioning, active, action_required, deleting, removed "deleting"
When the domain was last updated, as an ISO 8601 timestamp.
"2026-01-01T12:00:00.000Z"
When an unverified claim is automatically deleted, 48 hours after creation, as an ISO 8601 timestamp.
"2026-01-01T12:00:00.000Z"
When Whop verified the ownership TXT record, as an ISO 8601 timestamp.

