Amazon WorkMail · Schema

DeleteGroupRequest

DeleteGroupRequest schema from Amazon WorkMail API

Business CommunicationCalendarEmailExchangeEnterprise

Properties

Name Type Description
OrganizationId object
GroupId object
View JSON Schema on GitHub

JSON Schema

workmail-delete-group-request-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "OrganizationId",
    "GroupId"
  ],
  "title": "DeleteGroupRequest",
  "properties": {
    "OrganizationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationId"
        },
        {
          "description": "The organization that contains the group."
        }
      ]
    },
    "GroupId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkMailIdentifier"
        },
        {
          "description": "The identifier of the group to be deleted."
        }
      ]
    }
  },
  "$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-group-request-schema.json",
  "description": "DeleteGroupRequest schema from Amazon WorkMail API"
}