pub async fn delete_key(
configuration: &Configuration,
account_sid: &str,
sid: &str
) -> Result<(), Error<DeleteKeyError>>
Expand description