Skip to content

Delete Workspace Media

connect_delete_workspace_media R Documentation

Deletes a media asset (such as a logo) from a workspace

Description

Deletes a media asset (such as a logo) from a workspace.

Usage

connect_delete_workspace_media(InstanceId, WorkspaceId, MediaType)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

WorkspaceId

[required] The identifier of the workspace.

MediaType

[required] The type of media to delete. Valid values are: IMAGE_LOGO_FAVICON and IMAGE_LOGO_HORIZONTAL.

Value

An empty list.

Request syntax

svc$delete_workspace_media(
  InstanceId = "string",
  WorkspaceId = "string",
  MediaType = "IMAGE_LOGO_LIGHT_FAVICON"|"IMAGE_LOGO_DARK_FAVICON"|"IMAGE_LOGO_LIGHT_HORIZONTAL"|"IMAGE_LOGO_DARK_HORIZONTAL"
)