Delete the Read-Only Administrator
Only the Full Administrator can delete the Read-only Administrator 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:
[]