Amazon WorkMail · JSON Structure

Workmail Delete Organization Request Structure

DeleteOrganizationRequest schema from Amazon WorkMail API

Type: object Properties: 3 Required: 2
Business CommunicationCalendarEmailExchangeEnterprise

DeleteOrganizationRequest is a JSON Structure definition published by Amazon WorkMail, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ClientToken OrganizationId DeleteDirectory

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "OrganizationId",
    "DeleteDirectory"
  ],
  "name": "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-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-delete-organization-request-structure.json",
  "description": "DeleteOrganizationRequest schema from Amazon WorkMail API"
}