curl --request DELETE \
--url https://platform.kodexa.ai/api/executions/{executionId}/cache \
--header 'x-api-key: <api-key>'Clears the slice and step cache for a specific execution, freeing storage and forcing downstream steps to recompute results on the next run.
curl --request DELETE \
--url https://platform.kodexa.ai/api/executions/{executionId}/cache \
--header 'x-api-key: <api-key>'Documentation Index
Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt
Use this file to discover all available pages before exploring further.