case `${actionPrefix}_DELETE_SUCCESS`:
      return state.withMutations((map) => {
        map.set('isActive', false);
        map.set('isFetched', true);
        map.set('data', Immutable.fromJS(action.payload.response));