Interface RoleService.RemoveResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    RoleService

    public static interface RoleService.RemoveResponse
    extends Response
    Removes the role. To remove the role you need to know its id, then send request like this: [source] ---- DELETE /ovirt-engine/api/roles/{role_id} ----