pydo.byoip_prefixes.delete()
Generated on 4 Jun 2026
from pydo version
v0.35.0
Usage
client.byoip_prefixes.delete(
byoip_prefix_uuid="f47ac10b-58cc-4372-a567-0e02b2c3d479",
)Description
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.
Parameters
byoip_prefix_uuidstring requiredThe unique identifier for the BYOIP Prefix.
Request Sample
More Information
See /v2/byoip_prefixes/{byoip_prefix_uuid} in the API reference for additional detail on responses, headers, parameters, and more.