Skip to main content
DELETE
/
sandboxes
/
{sandboxID}
cURL
curl --request DELETE \
  --url https://api.e2b.app/sandboxes/{sandboxID} \
  --header 'X-API-Key: <api-key>'
{
  "code": 123,
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

sandboxID
string
required

Response

The sandbox was killed successfully