Releases the specified address range that you provisioned to use with your AWS resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool. To see an AWS CLI example of deprovisioning an address range, scroll down to Example.
globalaccelerator_deprovision_byoip_cidr(Cidr)
[required] The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.
svc$deprovision_byoip_cidr( Cidr = "string" )
Before you can release an address range, you must stop advertising it by using WithdrawByoipCidr and you must not have any accelerators that are using static IP addresses allocated from its address range.
For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.