A newer version of this documentation is available.

View Latest

Deleting the read-only user

The read-only user is removed with the DELETE /settings/readOnlyUser HTTP method and URI.

HTTP method and URI

To delete the user, specify the URI:

DELETE /settings/readOnlyUser

Syntax

Curl request syntax:

curl -X DELETE -u [admin]:[password]
  http://[localhost]:8091/settings/readOnlyUser

Example

Curl request example:

curl -X DELETE -u Administrator:password \
  http://10.5.2.117:8091/settings/readOnlyUser

Response

If successful, no response displays:

[]