DELETE /sudoers/{entryname}/runas_users/{username}/
Remove specified username from runas_users for a SUDOer entry
delete/sudoers/{entryname}/runas_users/{username}/
Path parameters
entrynamestring required
name of the sudoer entry
usernamestring required
name of the user
Response
200
Example response
{
"status": "ok"
}