{ "type": "object", "required": [ "AddInId", "ResourceId" ], "title": "DeleteConnectClientAddInRequest", "properties": { "AddInId": { "allOf": [ { "$ref": "#/components/schemas/AmazonUuid" }, { "description": "The identifier of the client add-in to delete." } ] }, "ResourceId": { "allOf": [ { "$ref": "#/components/schemas/DirectoryId" }, { "description": "The directory identifier for which the client add-in is configured." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-delete-connect-client-add-in-request-schema.json", "description": "DeleteConnectClientAddInRequest schema from Amazon WorkSpaces API" }