This API is used to delete an IP address group. Before deleting an IP address group, ensure that no resource is using this group.
DELETE /v3/{project_id}/vpc/address-groups/{address_group_id}
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
address_group_id |
Yes |
String |
IP address group ID that uniquely identifies the IP address group. |
project_id |
Yes |
String |
Project ID. |
None
Status code: 204
Normal response to the DELETE operation. For more status codes, see Status Codes.
None
Delete the address group whose ID is dd18a501-fcd5-4adc-acfe-b0e2384baf08.
DELETE https://{{endpoint}}/v3/{{tenant_id}}/vpc/address-groups/dd18a501-fcd5-4adc-acfe-b0e2384baf08
None
Status Code |
Description |
|---|---|
204 |
Normal response to the DELETE operation. For more status codes, see Status Codes. |
See Error Codes.