DigitalOcean-public.v2-new_BYOIP Prefixes
Delete a BYOIP Prefix
To delete a BYOIP prefix and remove it from your account, send a DELETE request to /v2/byoip_prefixes/$byoip_prefix_uuid.
A successful request will receive a 202 status code with no body in response. This indicates that the request was accepted and the prefix is being deleted.
delete/v2/byoip_prefixes/{byoip_prefix_uuid}
Path parameters
byoip_prefix_uuidstring uuid required
The unique identifier for the BYOIP Prefix.
Response
The action was successful and the response body is empty.