destroy: [ RestAuth, function *(next) {
    try {
      const promotion = yield Promotion.delete(this.params.promotion)
      this.type = 'json'
      this.status = 200