Delete Run
Delete a run by ID.
For threads using DeltaChannel, deleting a run skips checkpoint deletion and removes only the run record. The run’s checkpoints may store delta writes that later checkpoints depend on for state reconstruction, so they are preserved. To reclaim checkpoint storage on delta-channel threads, use Prune Threads instead.
Path Parameters
The ID of the thread.
The ID of the run.
For threads using DeltaChannel, deleting a run skips checkpoint deletion and removes only the run record. The run's checkpoints may store delta writes that later checkpoints depend on for state reconstruction, so they are preserved. To reclaim checkpoint storage on delta-channel threads, use Prune Threads instead.
Response
Success

