AuthParamClear

Removes all previously saved Authorization Parameters associated with a Profile

  • Stored Procedure
  • SQL Server Compatibility: 2008, 2012, 2014, 2016, 2017

Syntax:

EXEC SQLHTTP.net.AuthParamsClear @Profile

Arguments:

Name Type Description
@Profile nvarchar(100) The Profile under which Authorization Parameters were saved

Sample Usage:

See Also: