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 |
Deletes a Workspace.
See: Tag Manager API Reference for tagmanager.accounts.containers.workspaces.delete
.
Synopsis
- type AccountsContainersWorkspacesDeleteResource = "tagmanager" :> ("v2" :> (Capture "path" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))
- accountsContainersWorkspacesDelete :: Text -> AccountsContainersWorkspacesDelete
- data AccountsContainersWorkspacesDelete
- acwdPath :: Lens' AccountsContainersWorkspacesDelete Text
REST Resource
type AccountsContainersWorkspacesDeleteResource = "tagmanager" :> ("v2" :> (Capture "path" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))) Source #
A resource alias for tagmanager.accounts.containers.workspaces.delete
method which the
AccountsContainersWorkspacesDelete
request conforms to.
Creating a Request
accountsContainersWorkspacesDelete Source #
Creates a value of AccountsContainersWorkspacesDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AccountsContainersWorkspacesDelete Source #
Deletes a Workspace.
See: accountsContainersWorkspacesDelete
smart constructor.