AuthParamRemove

Removes a previously saved Authorization Parameter associated with a Profile

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

Syntax:

EXEC SQLHTTP.net.AuthParamRemove @Profile, @Name

Arguments:

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

Sample Usage:

See Also: