Delete an IP Access Control List mapping from the requested domain
IP address lists for SIP calls
Delete an IP Access Control List mapping from the requested domain
Path parameters
-
The SID of the Account that created the IpAccessControlListMapping resources to delete.
-
The SID of the SIP domain that contains the resources to delete.
-
The Twilio-provided string that uniquely identifies the IpAccessControlListMapping resource to delete.
DELETE /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings/{Sid}.json
curl \
-X DELETE https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings/{Sid}.json \
--user "username:password"