Skip to content

Delete Client Branding

workspaces_delete_client_branding R Documentation

Deletes customized client branding

Description

Deletes customized client branding. Client branding allows you to customize your WorkSpace's client login portal. You can tailor your login portal company logo, the support email address, support link, link to reset password, and a custom message for users trying to sign in.

After you delete your customized client branding, your login portal reverts to the default client branding.

Usage

workspaces_delete_client_branding(ResourceId, Platforms)

Arguments

ResourceId

[required] The directory identifier of the WorkSpace for which you want to delete client branding.

Platforms

[required] The device type for which you want to delete client branding.

Value

An empty list.

Request syntax

svc$delete_client_branding(
  ResourceId = "string",
  Platforms = list(
    "DeviceTypeWindows"|"DeviceTypeOsx"|"DeviceTypeAndroid"|"DeviceTypeIos"|"DeviceTypeLinux"|"DeviceTypeWeb"
  )
)