Interface PermitService.RemoveResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    PermitService

    public static interface PermitService.RemoveResponse
    extends Response
    Removes the permit from the role. For example to remove the permit with id `456` from the role with id `123` send a request like this: .... DELETE /ovirt-engine/api/roles/123/permits/456 ....