removeGroup(groupId) {
        const source_url = this.base_url + "group_delete";
        console.log(`API Removing group with id ${groupId} via ${source_url}`)

        const config = {headers: {'Content-Type': 'multipart/form-data', withCredentials: true}};