Delete Branding Theme

Delete Branding Theme

Deletes existing branding theme. If a theme is assigned to any organizations and forceDelete flag is specified it will delete the scoping as well. If a theme is assigned but forceDelete is not specified - error will be returned.

Request
URI
DELETE
https://{api_host}/cloudapi/1.0.0/brandingThemes/{brandingThemeId}
COPY
Path Parameters
string
brandingThemeId
Required

branding theme URN or 'active' for the current organization active theme

string
brandingThemeId
Required

branding theme URN or 'active' for the current organization active theme

Query Parameters
boolean
force
Optional

Value "true" means to forcefully delete the object that contains other objects even if those objects are in a state that does not allow removal. The default is "false"; therefore, objects are not removed if they are not in a state that normally allows removal. Force also implies recursive delete where other contained objects are removed. Errors may be ignored. Invalid value (not true or false) are ignored.


Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure