diff --git a/src/services/ShSimulatorService.tsx b/src/services/ShSimulatorService.tsx index c2cd5c4fa..2bcdf6acc 100644 --- a/src/services/ShSimulatorService.tsx +++ b/src/services/ShSimulatorService.tsx @@ -417,7 +417,7 @@ const ShSimulation = ({ children }: GenericContextProviderProps) => { authKy .delete(getEndpointFromSimulationInfo(info), { signal, - searchParams: camelToSnakeCase(info.jobId) + searchParams: camelToSnakeCase({ jobId: info.jobId }) }) .then(() => { statusDataCache.delete(info.jobId);