Skip to content

Delete a snapshot

DELETE
/v1/snapshot/{snapshotID}

Delete a stored snapshot and its artifacts. Deletion fails if the snapshot is still referenced by an active sandbox.

snapshotID
required
string

Unique snapshot identifier.

Snapshot deleted.

Unauthorized – invalid or missing API key.

object
message
required

Human-readable error message.

string

Resource not found.

object
message
required

Human-readable error message.

string

Conflict - snapshot is in use by an active sandbox.

object
message
required

Human-readable error message.

string