{ "type": "object", "required": [ "OrganizationId", "ResourceId", "EntityId" ], "title": "DisassociateDelegateFromResourceRequest", "properties": { "OrganizationId": { "allOf": [ { "$ref": "#/components/schemas/OrganizationId" }, { "description": "The identifier for the organization under which the resource exists." } ] }, "ResourceId": { "allOf": [ { "$ref": "#/components/schemas/ResourceId" }, { "description": "The identifier of the resource from which delegates' set members are removed. " } ] }, "EntityId": { "allOf": [ { "$ref": "#/components/schemas/WorkMailIdentifier" }, { "description": "The identifier for the member (user, group) to be removed from the resource's delegates." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-disassociate-delegate-from-resource-request-schema.json", "description": "DisassociateDelegateFromResourceRequest schema from Amazon WorkMail API" }