The ips property
To delete a BYOIP prefix and remove it from your account, send a DELETE requestto /v2/byoip_prefixes/{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.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To get a BYOIP prefix, send a GET request to /v2/byoip_prefixes/{byoip_prefix_uuid}. A successful response will return the details of the specified BYOIP prefix.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To delete a BYOIP prefix and remove it from your account, send a DELETE requestto /v2/byoip_prefixes/{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.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To get a BYOIP prefix, send a GET request to /v2/byoip_prefixes/{byoip_prefix_uuid}. A successful response will return the details of the specified BYOIP prefix.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/byoip_prefixes/{byoip_prefix_uuid}