DeleteAliasRequest schema from Amazon WorkMail API
Type: objectProperties: 3Required: 3
Business CommunicationCalendarEmailExchangeEnterprise
DeleteAliasRequest is a JSON Structure definition published by Amazon WorkMail, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"type": "object",
"required": [
"OrganizationId",
"EntityId",
"Alias"
],
"name": "DeleteAliasRequest",
"properties": {
"OrganizationId": {
"allOf": [
{
"$ref": "#/components/schemas/OrganizationId"
},
{
"description": "The identifier for the organization under which the user exists."
}
]
},
"EntityId": {
"allOf": [
{
"$ref": "#/components/schemas/WorkMailIdentifier"
},
{
"description": "The identifier for the member (user or group) from which to have the aliases removed."
}
]
},
"Alias": {
"allOf": [
{
"$ref": "#/components/schemas/EmailAddress"
},
{
"description": "The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set)."
}
]
}
},
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-delete-alias-request-structure.json",
"description": "DeleteAliasRequest schema from Amazon WorkMail API"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.