pub async fn delete_cache_settings(
configuration: &mut Configuration,
params: DeleteCacheSettingsParams,
) -> Result<InlineResponse200, Error<DeleteCacheSettingsError>>
Expand description
Delete a specific cache settings object.
pub async fn delete_cache_settings(
configuration: &mut Configuration,
params: DeleteCacheSettingsParams,
) -> Result<InlineResponse200, Error<DeleteCacheSettingsError>>
Delete a specific cache settings object.