Main Content

removeParameter

Class: matlab.net.http.AuthInfo
Namespace: matlab.net.http

Remove AuthInfo parameter

Description

newinfo = removeParameter(authinfo,name) removes the named parameter and returns the modified AuthInfo object. If the parameter does not exist, then removeParameter does nothing.

Input Arguments

expand all

AuthInfo, specified as a matlab.net.http.AuthInfo object.

Parameter, specified as a string or a character vector. Name matching is case-insensitive.

Version History

Introduced in R2016b