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

DeleteMethod() public method

Deletes an existing Method resource.
/// /// /// /// /// /// /// ///
public DeleteMethod ( DeleteMethodRequest request ) : DeleteMethodResponse
request Amazon.APIGateway.Model.DeleteMethodRequest Container for the necessary parameters to execute the DeleteMethod service method.
return DeleteMethodResponse
        public DeleteMethodResponse DeleteMethod(DeleteMethodRequest request)
        {
            var marshaller = new DeleteMethodRequestMarshaller();
            var unmarshaller = DeleteMethodResponseUnmarshaller.Instance;

            return Invoke<DeleteMethodRequest,DeleteMethodResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient