Apache CloudStack 4.21.0.0 Root Admin API Reference

removeGuiTheme

Removes an existing GUI theme.

Request parameters

Parameter NameDescriptionRequired
idThe unique identifier of the GUI theme to be removed.true

Response Tags

Response NameDescription
idID of the custom GUI theme.
accountidsA set of account UUIDs (also known as ID for the end-user) separated by comma that can retrieve the theme.
commonnamesA set of Common Names (CN) (fixed or wildcard) separated by comma that can retrieve the theme; e.g.: *acme.com,acme2.com
createdWhen the GUI theme was created.
cssThe CSS to be retrieved and imported into the GUI when matching the theme access configurations.
descriptionDescription of the GUI theme.
domainidsA set of domain UUIDs (also known as ID for the end-user) separated by comma that can retrieve the theme.
ispublicDefines whether a theme can be retrieved by anyone when only the `commonNames` is informed. If the `domainIds` or `accountIds` is informed, it is considered as `false`.
jsonconfigurationThe JSON with the configurations to be retrieved and imported into the GUI when matching the theme access configurations.
nameName of the GUI theme.
recursivedomainsWhether to consider the subdomains of the informed domain IDs.
removedWhen the GUI theme was removed.