Skip to content

Delete Workspace Image

workspaces_delete_workspace_image R Documentation

Deletes the specified image from your account

Description

Deletes the specified image from your account. To delete an image, you must first delete any bundles that are associated with the image and unshare the image if it is shared with other accounts.

Usage

workspaces_delete_workspace_image(ImageId)

Arguments

ImageId

[required] The identifier of the image.

Value

An empty list.

Request syntax

svc$delete_workspace_image(
  ImageId = "string"
)