IntegrationsGoogle workspaceActions
Delete Google Workspace user alias
Delete an alias from a Workspace user.
users.aliases.delete · Google Workspace · v1
Details
Scopes
https://www.googleapis.com/auth/admin.directory.user.alias
Input
| Name | Type | Required | Constraints |
|---|---|---|---|
(root) | object | Yes | additionalProperties false |
user_key | string | Yes | minLength 1; maxLength 320 |
alias | string | Yes | minLength 3; maxLength 320 |
Output
| Name | Type | Required | Constraints |
|---|---|---|---|
(root) | object | Yes | additionalProperties false |
Raw schema
Input
{
"type": "object",
"additionalProperties": false,
"properties": {
"user_key": {
"type": "string",
"minLength": 1,
"maxLength": 320
},
"alias": {
"type": "string",
"minLength": 3,
"maxLength": 320
}
},
"required": [
"user_key",
"alias"
]
}Output
{
"type": "object",
"additionalProperties": false,
"properties": {}
}