OpenAPI User Guide > OpenAPI User Guide > Accessing the Name Server > Name Server Query Syntax > Destroy Login Statement--Destroy a Login Definition
Was this helpful?
Destroy Login Statement--Destroy a Login Definition
This statement deletes a remote user authorization.
This statement has the following syntax:
destroy global|private login vnode
This statement has the following parameters:
global|private
Specifies a global or private object. A global object is available to all users on the local node. A private object is available to a single user.
vnode
Specifies the virtual node name to be associated with this authorization.
Examples: Destroy login statement
The following example destroys a private user authorization on vnode apitest:
destroy private login apitest
The following example destroys a private user authorization on all the vnodes where it occurs. Using a wildcard for the vnode parameter lets you destroy all instances of a particular login with a single query text statement:
destroy private login *
Last modified date: 04/03/2024