pub async fn delete_config_store(
configuration: &mut Configuration,
params: DeleteConfigStoreParams,
) -> Result<InlineResponse200, Error<DeleteConfigStoreError>>
Expand description
Delete a config store.
pub async fn delete_config_store(
configuration: &mut Configuration,
params: DeleteConfigStoreParams,
) -> Result<InlineResponse200, Error<DeleteConfigStoreError>>
Delete a config store.