Deleting a REST API User for MaxScale with MaxCtrl
Remove unwanted or obsolete REST API users from your MariaDB MaxScale instance. This guide demonstrates how to safely delete user credentials using the MaxCtrl command-line utility.
Overview
Deleting a User
$ maxctrl --secure
--user=maxscale_rest_admin
--password=maxscale_rest_admin_password
--hosts=192.0.2.100:8443
--tls-key=/certs/client-key.pem
--tls-cert=/certs/client-cert.pem
--tls-ca-cert=/certs/ca.pem
destroy user "admin"PreviousCreating a REST API User for MaxScale with MaxCtrlNextSetting a Server to Maintenance Mode in MaxScale with MaxCtrl
Last updated
Was this helpful?

