delete_model
(**kwargs)¶Deletes a model.
See also: AWS API Documentation
Request Syntax
response = client.delete_model(
restApiId='string',
modelName='string'
)
[REQUIRED]
The string identifier of the associated RestApi.
[REQUIRED]
The name of the model to delete.
None
Exceptions
APIGateway.Client.exceptions.BadRequestException
APIGateway.Client.exceptions.ConflictException
APIGateway.Client.exceptions.NotFoundException
APIGateway.Client.exceptions.UnauthorizedException
APIGateway.Client.exceptions.TooManyRequestsException