drop_user

POST http://localhost:9925/

Method for dropping users. Users can be assigned roles which provide granular access at a table, operation, and attirbute level.

  • operation (required) - must always be 'drop_user'
  • username (required) - username assigned to the user.

Request Body

{"operation"=>"drop_user", "username"=>"sgoldberg"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring