api.removeCustomSettings = (id) => axios.delete(`/api/info/predefined-settings/custom/${id}`).then(res => res.data);