Skip to main content
delete_user(name=None, options=)[source]

Deletes an existing user.

Note

This method should be used for on-premise deployments only.

Parameters

name (str) –

Name of the user to be deleted. Must be an existing user.

options (dict of str to str) –

Optional parameters. The default value is an empty dict ( ).

Returns

A dict with the following entries–

name (str) –

Value of input parameter name.

info (dict of str to str) –

Additional information.