Amazon.APIGateway.AmazonAPIGatewayClient.DeleteModel C# (CSharp) Method

DeleteModel() public method

Deletes a model.
/// /// /// /// /// /// /// /// /// ///
public DeleteModel ( Amazon.APIGateway.Model.DeleteModelRequest request ) : DeleteModelResponse
request Amazon.APIGateway.Model.DeleteModelRequest Container for the necessary parameters to execute the DeleteModel service method.
return DeleteModelResponse
        public DeleteModelResponse DeleteModel(DeleteModelRequest request)
        {
            var marshaller = new DeleteModelRequestMarshaller();
            var unmarshaller = DeleteModelResponseUnmarshaller.Instance;

            return Invoke<DeleteModelRequest,DeleteModelResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient