Deleting a Security Group Rule
Function
This API is used to delete a security group rule.
URI
DELETE /v3/{project_id}/vpc/security-group-rules/{security_group_rule_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. For details about how to obtain a project ID, see Obtaining a Project ID. |
security_group_rule_id |
Yes |
String |
Security group rule ID. |
Request Parameters
None
Response Parameters
None
Example Requests
Delete a single security group rule.
DELETE https://{Endpoint}/v3/{project_id}/vpc/security-group-rules/01a772b2-463e-47e3-a95d-bac85ee8adc6
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.