drop_user
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
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Authorization | string |