Future<bool> deleteFunnelStatus(String id) async { var res = await dio.delete<Map>("/crm/statuses/$id"); return res.data!["success"]; }