Interface UserOptionService.RemoveResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    UserOptionService

    public static interface UserOptionService.RemoveResponse
    extends Response
    Deletes an existing property of type JSON. Example request(for user with identifier `123` and option with identifier `456`): [source] ---- DELETE /ovirt-engine/api/users/123/options/456 ----