Amazon WorkMail · Schema

DeleteOrganizationRequest

DeleteOrganizationRequest schema from Amazon WorkMail API

Business CommunicationCalendarEmailExchangeEnterprise

Properties

Name Type Description
ClientToken object
OrganizationId object
DeleteDirectory object
View JSON Schema on GitHub

JSON Schema

workmail-delete-organization-request-schema.json Raw ↑
{
  "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"
}