Delete Workspace Bundle
workspaces_delete_workspace_bundle | R Documentation |
Deletes the specified WorkSpace bundle¶
Description¶
Deletes the specified WorkSpace bundle. For more information about deleting WorkSpace bundles, see Delete a Custom WorkSpaces Bundle or Image.
Usage¶
workspaces_delete_workspace_bundle(BundleId)
Arguments¶
BundleId |
The identifier of the bundle. |
Value¶
An empty list.
Request syntax¶
svc$delete_workspace_bundle(
BundleId = "string"
)