Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Removes a user from the account, revoking access to it and all of its containers.
See: Tag Manager API Reference for tagmanager.accounts.user_permissions.delete
.
Synopsis
- type AccountsUserPermissionsDeleteResource = "tagmanager" :> ("v2" :> (Capture "path" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))
- accountsUserPermissionsDelete :: Text -> AccountsUserPermissionsDelete
- data AccountsUserPermissionsDelete
- aupdPath :: Lens' AccountsUserPermissionsDelete Text
REST Resource
type AccountsUserPermissionsDeleteResource = "tagmanager" :> ("v2" :> (Capture "path" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))) Source #
A resource alias for tagmanager.accounts.user_permissions.delete
method which the
AccountsUserPermissionsDelete
request conforms to.
Creating a Request
accountsUserPermissionsDelete Source #
Creates a value of AccountsUserPermissionsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AccountsUserPermissionsDelete Source #
Removes a user from the account, revoking access to it and all of its containers.
See: accountsUserPermissionsDelete
smart constructor.