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

DeleteBasePathMapping() public method

Deletes the BasePathMapping resource.
/// /// /// /// /// ///
public DeleteBasePathMapping ( Amazon.APIGateway.Model.DeleteBasePathMappingRequest request ) : DeleteBasePathMappingResponse
request Amazon.APIGateway.Model.DeleteBasePathMappingRequest Container for the necessary parameters to execute the DeleteBasePathMapping service method.
return DeleteBasePathMappingResponse
        public DeleteBasePathMappingResponse DeleteBasePathMapping(DeleteBasePathMappingRequest request)
        {
            var marshaller = new DeleteBasePathMappingRequestMarshaller();
            var unmarshaller = DeleteBasePathMappingResponseUnmarshaller.Instance;

            return Invoke<DeleteBasePathMappingRequest,DeleteBasePathMappingResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient