pub async fn delete_user_setting_by_id(
configuration: &Configuration,
user_setting_id: &str,
) -> Result<DeleteUserSettingById200Response, Error<DeleteUserSettingByIdError>>
pub async fn delete_user_setting_by_id(
configuration: &Configuration,
user_setting_id: &str,
) -> Result<DeleteUserSettingById200Response, Error<DeleteUserSettingByIdError>>