Function delete_key

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