Deleting an IP Address Group
Function
This API is used to delete an IP address group.
Calling Method
For details, see Calling APIs.
URI
DELETE /v3/{project_id}/elb/ipgroups/{ipgroup_id}
Parameter | Mandatory | Type | Description |
---|---|---|---|
project_id | Yes | String | Specifies the project ID. |
ipgroup_id | Yes | String | Specifies the ID of the IP address group. |
Request Parameters
Parameter | Mandatory | Type | Description |
---|---|---|---|
X-Auth-Token | Yes | String | Specifies the token used for IAM authentication. |
Response Parameters
None
Example Requests
Deleting an IP address group
DELETE https://{ELB_Endpoint}/v3/45977fa2dbd7482098dd68d0d8970117/elb/ipgroups/8722e0e0-9cc9-4490-9660-8c9a5732fbb0
Example Responses
None
Status Codes
Status Code | Description |
---|---|
204 | Successful request. |
Error Codes
See Error Codes.
Parent topic: IP Address Group
- Calling Method
- URI