Jon/improve cache key value deletion (#3464)

This commit is contained in:
Jonathan Dobson
2025-09-18 11:02:21 -04:00
committed by GitHub
parent f22c5ad1b0
commit 44d7d11380
2 changed files with 3 additions and 3 deletions

View File

@@ -379,7 +379,7 @@ function Workspace({
const client = await getClient(credentialGetter, "sans-api-v1");
const encodedCacheKeyValue = encodeURIComponent(cacheKeyValue);
return client.delete(
`/scripts/${workflowPermanentId}/value/${encodedCacheKeyValue}`,
`/scripts/${workflowPermanentId}/value/?cache-key-value=${encodedCacheKeyValue}`,
);
},
onSuccess: () => {