Delete a Theme

This applies to: Visual Data Discovery

You can delete the JSON definition of a theme for the Symphony UI. You must know the theme ID before you can delete it.

To delete a theme:

  1. Obtain the theme ID. You can do this by listing the themes in your environment. See List Themes.

  2. Use the /api/customization/themes/<id> API endpoint in a DELETE request to delete the theme. The following request deletes the theme named mytheme.

    curl -X DELETE "http://<ip-address>:<port>/composer/api/customization/themes/mytheme" -H "accept: application/vnd.composer.v3+json"

    where <ip-address> is the IP address or host name of your Symphony instance and <port> is its port.

    The theme is deleted.