pub fn keys_key_id_delete(
configuration: &Configuration,
key_id: &str,
) -> Result<ResponseContent<()>, Error<KeysKeyIdDeleteError>>Expand description
Delete a pair of public and private key.
pub fn keys_key_id_delete(
configuration: &Configuration,
key_id: &str,
) -> Result<ResponseContent<()>, Error<KeysKeyIdDeleteError>>Delete a pair of public and private key.