Domains
Delete a domain
Detach a custom domain from the current workspace without deleting its links.
DELETE
Delete a domain
Detach one custom domain from the API key’s workspace. Requires Custom
domains: Write (
custom_domains.delete).
Response
Deletion returns200 OK because the summary matters:
If this was the last attachment,
domain_deleted is true and Biqli queues
the domain cleanup workflow. Other workspaces are never detached by this call.
A repeated call returns 404 resource_not_found. Malformed and cross-workspace
IDs return that same response. This endpoint accepts one public ID only, not a
host, numeric ID, or comma-separated list.
Shared API behavior
Authentication is workspace-scoped; see Authentication. Errors use the standard envelope and request IDs described in Errors, and requests are subject to Rate limits.Authorizations
A workspace API key beginning with biqli_.
Path Parameters
Public custom-domain ID. Numeric IDs and hosts are not accepted.
Pattern:
^biq_dom_[0-9A-HJKMNP-TV-Z]{26}$Response
Domain detached successfully.

