if (id) {
      response = FootprintService.destroy(ctx.params.model, id, options)
    }
    else {
      response = FootprintService.destroy(ctx.params.model, criteria, options)