CatalogAppearanceService.
delete_theme
delete_theme(theme_id: str) -> None
Delete a theme.
Parameters
| name | type | description |
|---|---|---|
| theme_id | str | Theme identification string e.g. "my_dark_theme" |
Returns
| type | description |
|---|---|
| None | None |
delete_theme(theme_id: str) -> None
Delete a theme.
| name | type | description |
|---|---|---|
| theme_id | str | Theme identification string e.g. "my_dark_theme" |
| type | description |
|---|---|
| None | None |