pub async fn delete_sip_ip_address(
configuration: &Configuration,
account_sid: &str,
ip_access_control_list_sid: &str,
sid: &str,
) -> Result<(), Error<DeleteSipIpAddressError>>
Expand description
Delete an IpAddress resource.
pub async fn delete_sip_ip_address(
configuration: &Configuration,
account_sid: &str,
ip_access_control_list_sid: &str,
sid: &str,
) -> Result<(), Error<DeleteSipIpAddressError>>
Delete an IpAddress resource.