Deletes a model.
apigateway_delete_model(restApiId, modelName)
[required] [Required] The string identifier of the associated RestApi.
[required] [Required] The name of the model to delete.
svc$delete_model( restApiId = "string", modelName = "string" )