Remove user account

Removes the user from the library. If the user is logged in to the library, the user's session will be disconnected, and no longer be able to issue commands.

Request syntax

DELETE /v1/authentication/userAccounts/{name}
Removes the user from the library.

Path parameters

name (string)

The unique name of the user account.

Example

> DELETE /v1/authentication/userAccounts/manager2
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 0

Error handling

  • Returns 422 Unprocessable Entry if a user tries to delete the account they are currently logged in with.