{ "type": "object", "required": [ "ResourceId", "Platforms" ], "name": "DeleteClientBrandingRequest", "properties": { "ResourceId": { "allOf": [ { "$ref": "#/components/schemas/DirectoryId" }, { "description": "The directory identifier of the WorkSpace for which you want to delete client branding." } ] }, "Platforms": { "allOf": [ { "$ref": "#/components/schemas/ClientDeviceTypeList" }, { "description": "The device type for which you want to delete client branding." } ] } }, "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-delete-client-branding-request-structure.json", "description": "DeleteClientBrandingRequest schema from Amazon WorkSpaces API" }