pub async fn delete_user_api_key(
configuration: &Configuration,
api_key_id: &str,
) -> Result<(), Error<DeleteUserApiKeyError>>
Expand description
Delete an api key for the auth’ed user.
pub async fn delete_user_api_key(
configuration: &Configuration,
api_key_id: &str,
) -> Result<(), Error<DeleteUserApiKeyError>>
Delete an api key for the auth’ed user.