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