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
}

Documentation Index

Fetch the complete documentation index at: https://docs.textql.com/llms.txt

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

Authorizations

Authorization
string
header
required

API key or JWT token

Path Parameters

id
string
required

Sandbox ID

Response

Stop confirmation

success
boolean