Help Center> Virtual Private Cloud> API Reference> API V3> IP Address Group> Forcibly Deleting an IP Address Group
Updated on 2024-04-16 GMT+08:00

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.

URI

DELETE /v3/{project_id}/vpc/address-groups/{address_group_id}/force

Table 1 Parameter description

Parameter

Mandatory

Type

Description

address_group_id

Yes

String

ID of the IP address group to be deleted. It uniquely identifies an IP address group.

project_id

Yes

String

Project ID.

For details about how to obtain a project ID, see Obtaining a Project ID.

Request Parameter

None

Example Request

  • Forcibly deleting an IP address group
    "DELETE https://{{endpoint}}/v3/{{tenant_id}}/vpc/address-groups/dd18a501-fcd5-4adc-acfe-b0e2384baf08/force"

Example Response

None

Status Code

See Status Codes.

Error Code

See Error Codes.