Copyright | (c) 2013-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 model.
Creating a Request
Creates a value of DeleteModel
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteModel Source #
Request to delete an existing model in an existing RestApi resource.
See: deleteModel
smart constructor.
Request Lenses
dRestAPIId :: Lens' DeleteModel Text Source #
The RestApi under which the model will be deleted.
dModelName :: Lens' DeleteModel Text Source #
The name of the model to delete.
Destructuring the Response
deleteModelResponse :: DeleteModelResponse Source #
Creates a value of DeleteModelResponse
with the minimum fields required to make a request.
data DeleteModelResponse Source #
See: deleteModelResponse
smart constructor.