Forcibly Deleting an IP Address Group
Function
This API is used to forcibly delete an IP address group. If the IP address group to be deleted has associated security group rules, the IP address group and its associated rules will be deleted together.
Debugging
You can debug this API through automatic authentication in API Explorer.
URI
DELETE /v3/{project_id}/vpc/address-groups/{address_group_id}/force
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
address_group_id |
Yes |
String |
ID of the IP address group, which uniquely identifies the IP address group to be deleted. |
project_id |
Yes |
String |
Project ID. For details about how to obtain a project ID, see Obtaining a Project ID. |
Request Parameters
None
Response Parameters
None
Example Requests
Forcibly 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/force
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.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot