{ "type": "object", "required": [ "OrganizationId", "ResourceId" ], "title": "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-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-delete-resource-request-schema.json", "description": "DeleteResourceRequest schema from Amazon WorkMail API" }