pub async fn delete_api_key_with_id(
configuration: &Configuration,
key_id: &str,
) -> Result<(), Error<DeleteApiKeyWithIdError>>
Expand description
Deletes the API key for the given Id.
pub async fn delete_api_key_with_id(
configuration: &Configuration,
key_id: &str,
) -> Result<(), Error<DeleteApiKeyWithIdError>>
Deletes the API key for the given Id.