Delete Branding Theme Assignment
Remove active branding theme of tenant. Tenant will inherit the default branding theme. The branding theme instance is not deleted and can be set as active again at later point.
Request
URI
DELETE
https://{api_host}/cloudapi/vcf/brandingThemes/{brandingThemeId}/assignments/{organizationId}
COPY
Path Parameters
string
brandingThemeId
Required
branding theme URN or 'active' for the current active theme
string
organizationId
Required
organization URN
Responses
204
No Content
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/brandingThemes/{brandingThemeId}/assignments/{organizationId}
Availability
Added in 41.0.0-alpha
Branding Theme Operations
GET
Get Active Theme Main Flavor
GET
Get Active Theme
GET
Get Theme File
GET
Get Theme Flavor File
GET
Get Branding Themes
POST
Create Branding Theme
GET
Get Branding Theme
PUT
Update Branding Theme
DELETE
Delete Branding Theme
GET
Get Theme Zip
PUT
Upload Branding Resource
GET
Get Branding Themes Assignments
GET
Get Branding Theme Assignments
PUT
Set Theme Assignments
DELETE
Delete Branding Theme Assignment