You can call this API to delete a security group rule that is no longer used.
DELETE /v3/{project_id}/vpc/security-group-rules/{security_group_rule_id}
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
project_id |
Yes |
String |
|
security_group_rule_id |
Yes |
String |
|
None
Status code: 204
Normal response to the DELETE operation. For more status codes, see Status Codes.
None
Delete the security group rule whose ID is f626eb24-d8bd-4d26-ae0b-c16bb65730cb.
DELETE https://{Endpoint}/v3/{project_id}/vpc/security-group-rules/f626eb24-d8bd-4d26-ae0b-c16bb65730cb
None
Status Code |
Description |
|---|---|
204 |
Normal response to the DELETE operation. For more status codes, see Status Codes. |
See Error Codes.