DeleteSnapshot()

Deletes the specified snapshot.

If the specified snapshot does not exist, System Coupling raises an error.

Essential Keyword Arguments

SnapshotName : string

Required. String indicating the name of the snapshot to be deleted.

Return Type

None

Examples

Example 23: Delete a snapshot


DeleteSnapshot(SnapshotName = 'Initial')