Function delete_auth_key

Source
pub async fn delete_auth_key(
    configuration: &Configuration,
    auth_key_id: &str,
) -> Result<DeleteAuthKey200Response, Error<DeleteAuthKeyError>>