Skip to main content
DELETE
Permanently delete snapshot data

Authorizations

Authorization
string
header
required

Box bearer token in the form box_.... Service API keys authenticate Box operations.

Headers

X-Ascii-Confirm-Delete
string
required

Must exactly equal the target boxId 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,
box.deleting,
snapshot.deleting
operation
object
required