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 an existing user role.
See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.userRoles.delete
.
Synopsis
- type UserRolesDeleteResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("userRoles" :> (Capture "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))
- userRolesDelete :: Int64 -> Int64 -> UserRolesDelete
- data UserRolesDelete
- urdProFileId :: Lens' UserRolesDelete Int64
- urdId :: Lens' UserRolesDelete Int64
REST Resource
type UserRolesDeleteResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("userRoles" :> (Capture "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))) Source #
A resource alias for dfareporting.userRoles.delete
method which the
UserRolesDelete
request conforms to.
Creating a Request
Creates a value of UserRolesDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UserRolesDelete Source #
Deletes an existing user role.
See: userRolesDelete
smart constructor.
Instances
Request Lenses
urdProFileId :: Lens' UserRolesDelete Int64 Source #
User profile ID associated with this request.