Removing Custom Theme

The branding-theme-uninstall operation is used to remove custom themes.

In this chapter:

Request Packet Structure

Response Packet Structure

Samples

 

Request Packet Structure

A request XML packet uninstalling a custom theme includes the branding-theme-uninstall operation node:

<packet version="1.6.3.1">
<ui>
   <branding-theme-uninstall>
...
   </branding-theme-uninstall>
</ui>
</packet>

 

The branding-theme-uninstall graphical representation is as follows:

brandingthemeuninstall

 

Response Packet Structure

The branding-theme-uninstall node of the output XML packet is structured as follows:

brandingthemeuninstall-output

 

Samples

This packet removes a custom theme provided by the reseller with login name JDoe:

<packet>
<ui>
   <branding-theme-remove>
      <filter>
         <vendor-login>JDoe</vendor-login>
      </filter>
   </branding-theme-remove>
</ui>
</packet>

Response:

<packet>
<ui>
   <branding-theme-remove>
      <result>
         <status>ok</status>
         <filter-id>JDoe</filter-id>
         <id>1234</id>
      </result>
   </branding-theme-remove>
</ui>
</packet>