Amazon WorkMail · JSON Structure

Workmail Delete Resource Request Structure

DeleteResourceRequest schema from Amazon WorkMail API

Type: object Properties: 2 Required: 2
Business CommunicationCalendarEmailExchangeEnterprise

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

Properties

OrganizationId ResourceId

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "OrganizationId",
    "ResourceId"
  ],
  "name": "DeleteResourceRequest",
  "properties": {
    "OrganizationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationId"
        },
        {
          "description": "The identifier associated with the organization from which the resource is deleted."
        }
      ]
    },
    "ResourceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceId"
        },
        {
          "description": "The identifier of the resource to be deleted."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-delete-resource-request-structure.json",
  "description": "DeleteResourceRequest schema from Amazon WorkMail API"
}