Skip to main content
DELETE
/
api
/
sandboxes
/
checkpoints
/
{checkpointId}
/
patches
/
{patchId}
Delete Patch
curl --request DELETE \
  --url https://app.opencomputer.dev/api/sandboxes/checkpoints/{checkpointId}/patches/{patchId} \
  --header 'X-API-Key: <api-key>'
{}
Delete a patch.
checkpointId
string
required
Checkpoint ID
patchId
string
required
Patch ID
{}