Deleting an IP Address Group
Function
This API can be used to delete an IP address group that is no longer used. This API does not forcibly delete an IP address group. Before deleting an IP address group, ensure that no resource is using this group.
Calling Method
For details, see Calling APIs.
URI
DELETE /v3/{project_id}/vpc/address-groups/{address_group_id}
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
address_group_id |
Yes |
String |
Definition: ID of an IP address group. Range: N/A |
|
project_id |
Yes |
String |
Definition: ID of the project that an IP address group belongs to. For details about how to obtain a project ID, see Obtaining a Project ID. Range: N/A |
Request Parameters
None
Response Parameters
Status code: 204
Normal response to the DELETE operation. For more status codes, see Status Codes.
None
Example Requests
Delete the IP address group whose ID is dd18a501-fcd5-4adc-acfe-b0e2384baf08.
DELETE https://{{endpoint}}/v3/{{tenant_id}}/vpc/address-groups/dd18a501-fcd5-4adc-acfe-b0e2384baf08
Example Responses
None
Status Codes
|
Status Code |
Description |
|---|---|
|
204 |
Normal response to the DELETE operation. For more status codes, see Status Codes. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.