{ "type": "object", "required": [ "OrganizationId", "ImpersonationRoleId" ], "name": "DeleteImpersonationRoleRequest", "properties": { "OrganizationId": { "allOf": [ { "$ref": "#/components/schemas/OrganizationId" }, { "description": "The WorkMail organization from which to delete the impersonation role." } ] }, "ImpersonationRoleId": { "allOf": [ { "$ref": "#/components/schemas/ImpersonationRoleId" }, { "description": "The ID of the impersonation role to delete." } ] } }, "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-delete-impersonation-role-request-structure.json", "description": "DeleteImpersonationRoleRequest schema from Amazon WorkMail API" }