Skip to main content
DELETE
Permanently delete sandbox data

Authorizations

Authorization
string
header
required

Boat bearer token in the form boat_.... Service API keys authenticate sandbox operations.

Headers

X-Ascii-Confirm-Delete
string
required

Must exactly equal the target sandboxId or snapshotId. A missing or mismatched value returns 409 without accepting deletion.

Path Parameters

sandboxId
string
required

Public Sandbox id returned by create/list/get sandbox calls.

Pattern: ^bx_[23456789abcdefghjkmnpqrstuvwxyz]{8}$

Response

Deletion confirmed and accepted for background processing.

ok
boolean
required
Example:

true

type
enum<string>
required

Stable success envelope discriminator added by v1.

Available options:
deletion.operation,
sandbox.deleting,
snapshot.deleting
operation
object
required