ic_cdk::api::management_canister::main

Function delete_canister_snapshot

Source
pub async fn delete_canister_snapshot(
    arg: DeleteCanisterSnapshotArgs,
) -> CallResult<()>
Expand description

Delete a specified snapshot that belongs to an existing canister.

An error will be returned if the snapshot is not found.

See IC method delete_canister_snapshot.