Deleting a Security Group Rule¶
Function¶
This API is used to delete a security group rule.
URI¶
DELETE /v1/{project_id}/security-group-rules/{security_group_rule_id}
Table 1 describes the parameters.
Name | Mandatory | Description |
---|---|---|
security_group_rule_id | Yes | Specifies the security group rule ID, which uniquely identifies the security group rule. |
project_id | Yes | Specifies the project ID. For details about how to obtain a project ID, see Obtaining a Project ID. |
Request Parameters¶
None
Example Request¶
DELETE https://{Endpoint}/v1/{project_id}/security-group-rules/2bc0accf-312e-429a-956e-e4407625eb62
Response Parameters¶
None
Example Response¶
None
Status Code¶
See Status Codes.
Error Code¶
See Error Codes.