gogol-classroom-0.1.0: Google Classroom SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Classroom.Courses.Delete

Contents

Description

Deletes a course. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to delete the requested course or for access errors. * `NOT_FOUND` if no course exists with the requested ID.

See: Google Classroom API Reference for classroom.courses.delete.

Synopsis

REST Resource

type CoursesDeleteResource = "v1" :> ("courses" :> (Capture "id" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Empty)))))))))) Source #

A resource alias for classroom.courses.delete method which the CoursesDelete request conforms to.

Creating a Request

coursesDelete Source #

Arguments

:: Text

cdId

-> CoursesDelete 

Creates a value of CoursesDelete with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data CoursesDelete Source #

Deletes a course. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to delete the requested course or for access errors. * `NOT_FOUND` if no course exists with the requested ID.

See: coursesDelete smart constructor.

Instances

Eq CoursesDelete Source # 
Data CoursesDelete Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CoursesDelete -> c CoursesDelete #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CoursesDelete #

toConstr :: CoursesDelete -> Constr #

dataTypeOf :: CoursesDelete -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CoursesDelete) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CoursesDelete) #

gmapT :: (forall b. Data b => b -> b) -> CoursesDelete -> CoursesDelete #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CoursesDelete -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CoursesDelete -> r #

gmapQ :: (forall d. Data d => d -> u) -> CoursesDelete -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CoursesDelete -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CoursesDelete -> m CoursesDelete #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CoursesDelete -> m CoursesDelete #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CoursesDelete -> m CoursesDelete #

Show CoursesDelete Source # 
Generic CoursesDelete Source # 

Associated Types

type Rep CoursesDelete :: * -> * #

GoogleRequest CoursesDelete Source # 

Associated Types

type Rs CoursesDelete :: * #

type Scopes CoursesDelete :: [Symbol] #

type Rep CoursesDelete Source # 
type Scopes CoursesDelete Source # 
type Scopes CoursesDelete = (:) Symbol "https://www.googleapis.com/auth/classroom.courses" ([] Symbol)
type Rs CoursesDelete Source # 

Request Lenses

cdUploadProtocol :: Lens' CoursesDelete (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

cdPp :: Lens' CoursesDelete Bool Source #

Pretty-print response.

cdUploadType :: Lens' CoursesDelete (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

cdId :: Lens' CoursesDelete Text Source #

Identifier of the course to delete. This identifier can be either the Classroom-assigned identifier or an alias.