| 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 |
Network.Google.Resource.TagManager.Accounts.Containers.Folders.Delete
Description
Deletes a GTM Folder.
See: Tag Manager API Reference for tagmanager.accounts.containers.folders.delete.
- type AccountsContainersFoldersDeleteResource = "tagmanager" :> ("v1" :> ("accounts" :> (Capture "accountId" Text :> ("containers" :> (Capture "containerId" Text :> ("folders" :> (Capture "folderId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))))
- accountsContainersFoldersDelete :: Text -> Text -> Text -> AccountsContainersFoldersDelete
- data AccountsContainersFoldersDelete
- acfdContainerId :: Lens' AccountsContainersFoldersDelete Text
- acfdFolderId :: Lens' AccountsContainersFoldersDelete Text
- acfdAccountId :: Lens' AccountsContainersFoldersDelete Text
REST Resource
type AccountsContainersFoldersDeleteResource = "tagmanager" :> ("v1" :> ("accounts" :> (Capture "accountId" Text :> ("containers" :> (Capture "containerId" Text :> ("folders" :> (Capture "folderId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))) Source #
A resource alias for tagmanager.accounts.containers.folders.delete method which the
AccountsContainersFoldersDelete request conforms to.
Creating a Request
accountsContainersFoldersDelete Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> AccountsContainersFoldersDelete |
Creates a value of AccountsContainersFoldersDelete with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AccountsContainersFoldersDelete Source #
Deletes a GTM Folder.
See: accountsContainersFoldersDelete smart constructor.
Instances
Request Lenses
acfdContainerId :: Lens' AccountsContainersFoldersDelete Text Source #
The GTM Container ID.
acfdFolderId :: Lens' AccountsContainersFoldersDelete Text Source #
The GTM Folder ID.
acfdAccountId :: Lens' AccountsContainersFoldersDelete Text Source #
The GTM Account ID.