curl --request DELETE \
--url https://platform.kodexa.ai/api/execution-slices/{id} \
--header 'x-api-key: <api-key>'Permanently deletes the specified ExecutionSlice. Execution slices represent batches of work dispatched as a single Lambda/K8s invocation.
curl --request DELETE \
--url https://platform.kodexa.ai/api/execution-slices/{id} \
--header 'x-api-key: <api-key>'