Search + K

Command Palette

Search for a command to run...

Sign In

Delete an IP Access Control List mapping from the requested domain

DELETE /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings/{Sid}.json
Copy endpoint
https://api.twilio.com

Delete an IP Access Control List mapping from the requested domain

Parameters

path Path Parameters

Name Type
AccountSid required

The SID of the Account that created the IpAccessControlListMapping resources to delete.

`AC${string}`
DomainSid required

The SID of the SIP domain that contains the resources to delete.

`SD${string}`
Sid required

The Twilio-provided string that uniquely identifies the IpAccessControlListMapping resource to delete.

`AL${string}`

Responses

204

The resource was deleted successfully.

unknown