pub async fn delete_theme_with_id(
configuration: &Configuration,
theme_id: &str,
) -> Result<(), Error<DeleteThemeWithIdError>>
Expand description
Deletes the theme for the given Id.
pub async fn delete_theme_with_id(
configuration: &Configuration,
theme_id: &str,
) -> Result<(), Error<DeleteThemeWithIdError>>
Deletes the theme for the given Id.