destroy(ctx, next) {
    if (ctx.params.id && !_.isEmpty(this.query)) {
      throw Boom.preconditionFailed(this.__('errors.footprints.destroy.mutex'))
    }