Skip to main content
DELETE
/
v2
/
sandboxes
/
{id}
Stop Sandbox
curl --request DELETE \
  --url https://app.textql.com/v2/sandboxes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key or JWT token

Path Parameters

id
string
required

Sandbox ID

Response

Stop confirmation

success
boolean