Delete a snapshot by ID.
func (
r *SandboxSnapshotService) Delete(ctx context.Context,
snapshotID string,
opts ...option.RequestOption) (err error
)Delete a snapshot by ID. The ext4 rootfs is removed from JuiceFS asynchronously.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
snapshotID* | string | |
opts* | ...option.RequestOption |