delete https://{tenanturl}/v1.0/branding/themes/
Delete a theme registration and the associated template files. Checks whether the theme is used by any application before it is deleted.
Responses
Delete a theme registration and the associated template files. Checks whether the theme is used by any application before it is deleted.
xxxxxxxxxx
curl --request DELETE \
--url https://tenant_url/v1.0/branding/themes/themeId \
--header 'accept: */*'