Skip to main content
DELETE
/
sandboxes
/
{sandbox_id}
Delete a sandbox
curl --request DELETE \
  --url https://api-staging.superserve.ai/sandboxes/{sandbox_id} \
  --header 'X-API-Key: <api-key>'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.superserve.ai/llms.txt

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

Authorizations

X-API-Key
string
header
required

Path Parameters

sandbox_id
string<uuid>
required

The unique identifier of the sandbox.

Response

Sandbox deleted