Combination.destroy(id)
    .then(({ body }) => {
      commit(MutationNames.RemoveCombination, id)
      TW.workbench.alert.create(
        'Combination was successfully destroyed.',