Deleting a Security Group¶
Function¶
This API is used to delete a security group.
URI¶
DELETE /v1/{project_id}/security-groups/{security_group_id}
Table 1 describes the parameters.
Name | Mandatory | Description |
---|---|---|
security_group_id | Yes | Specifies the security group ID, which uniquely identifies the security group. |
project_id | No | 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-groups/0c4a2336-b036-4fa2-bc3c-1a291ed4c431
Response Parameters¶
None
Example Response¶
None
Status Code¶
See Status Codes.
Error Code¶
See Error Codes.