Skip to main content
DELETE
/
api
/
v1
/
sandbox
/
{sandbox_id}
Delete Sandbox Endpoint
curl --request DELETE \
  --url https://api.primeintellect.ai/api/v1/sandbox/{sandbox_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Rate Limit

500 requests per 60 seconds per IP and token.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sandbox_id
string
required

Response

Successful Response

success
boolean
required
message
string
required
I