{
"type": "object",
"required": [
"OrganizationId",
"DomainName"
],
"name": "DeleteAvailabilityConfigurationRequest",
"properties": {
"OrganizationId": {
"allOf": [
{
"$ref": "#/components/schemas/OrganizationId"
},
{
"description": "The WorkMail organization for which the AvailabilityConfiguration will be deleted."
}
]
},
"DomainName": {
"allOf": [
{
"$ref": "#/components/schemas/DomainName"
},
{
"description": "The domain for which the AvailabilityConfiguration will 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-availability-configuration-request-structure.json",
"description": "DeleteAvailabilityConfigurationRequest schema from Amazon WorkMail API"
}