{ "type": "object", "required": [ "OrganizationId", "Id" ], "title": "DeleteRetentionPolicyRequest", "properties": { "OrganizationId": { "allOf": [ { "$ref": "#/components/schemas/OrganizationId" }, { "description": "The organization ID." } ] }, "Id": { "allOf": [ { "$ref": "#/components/schemas/ShortString" }, { "description": "The retention policy ID." } ] } }, "$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-retention-policy-request-schema.json", "description": "DeleteRetentionPolicyRequest schema from Amazon WorkMail API" }