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.
pub async fn delete_canister_snapshot(
arg: DeleteCanisterSnapshotArgs,
) -> CallResult<()>
Delete a specified snapshot that belongs to an existing canister.
An error will be returned if the snapshot is not found.