Delete a snapshot
DELETE /v1/snapshot/{snapshotID}
DELETE
/v1/snapshot/{snapshotID}
Delete a stored snapshot and its artifacts. Deletion fails if the snapshot is still referenced by an active sandbox.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” snapshotID
required
string
Unique snapshot identifier.
Responses
Section titled “ Responses ”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