Skip to main content
DELETE
/
api
/
v1
/
sandboxes
/
{id}
Delete Sandbox
curl --request DELETE \
  --url https://app.all-hands.dev/api/v1/sandboxes/{id} \
  --header 'X-Access-Token: <api-key>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://allhandsai-add-v1-api-reference.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Access-Token
string
header
required

Query Parameters

sandbox_id
string
required

Response

Successful Response

success
boolean
default:true