{ "type": "object", "required": [ "GroupId" ], "name": "DeleteIpGroupRequest", "properties": { "GroupId": { "allOf": [ { "$ref": "#/components/schemas/IpGroupId" }, { "description": "The identifier of the IP access control group." } ] } }, "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-delete-ip-group-request-structure.json", "description": "DeleteIpGroupRequest schema from Amazon WorkSpaces API" }