> ## Documentation Index
> Fetch the complete documentation index at: https://docs.opencomputer.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Checkpoint

Delete a checkpoint.

<ParamField path="id" type="string" required>
  Sandbox ID
</ParamField>

<ParamField path="checkpointId" type="string" required>
  Checkpoint ID
</ParamField>

<ResponseExample>
  ```json 204 theme={null}
  {}
  ```
</ResponseExample>
