Skip to main content
DELETE
Permanently delete snapshot 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

snapshotId
string<uuid>
required

Snapshot id returned by the snapshot list/latest calls.

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