Detach Dedicated IP from Endpoint
Release the dedicated IP from this endpoint. The IP itself is not released back to the platform pool — it's still allocated to your account and shows up in /dedicated-ips as unattached, ready to be re-attached to another endpoint or released entirely via /dedicated-ips/{id}/release.
The endpoint's hostname reverts to the global CNAME target (GeoDNS). DNS propagation takes 1-2 minutes; some clients may continue resolving to the old dedicated IP until their TTL expires.
If your customers' firewalls have allow-listed the dedicated IP, they'll start failing once propagation is complete. Coordinate the swap.
This detaches a single IP only. To detach a per-region group instead, use DELETE /v1/endpoints/{uuid}/dedicated-ip-group.
Path parameters
Response (204 No Content)
Empty body on success. The call is idempotent: detaching an endpoint that has no dedicated IP attached also returns 204.