DeleteOrganizationRequest schema from Amazon WorkMail API
{ "type": "object", "required": [ "OrganizationId", "DeleteDirectory" ], "title": "DeleteOrganizationRequest", "properties": { "ClientToken": { "allOf": [ { "$ref": "#/components/schemas/IdempotencyClientToken" }, { "description": "The idempotency token associated with the request." } ] }, "OrganizationId": { "allOf": [ { "$ref": "#/components/schemas/OrganizationId" }, { "description": "The organization ID." } ] }, "DeleteDirectory": { "allOf": [ { "$ref": "#/components/schemas/Boolean" }, { "description": "If true, deletes the AWS Directory Service directory associated with the organization." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-delete-organization-request-schema.json", "description": "DeleteOrganizationRequest schema from Amazon WorkMail API" }