Sample - Twilio API
DELETE/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings/{Sid}.json

Delete an IP access control list mapping

Deletes a specific IP access control list mapping from a SIP domain. Supply the account, domain, and mapping identifiers in the path to identify the resource to remove.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

3 parameters
AccountSidstringrequired
The unique identifier of the account responsible for the mapping. Must be a 34-character SID matching `AC` followed by 32 hexadecimal characters.
DomainSidstringrequired
The unique identifier of the SIP domain containing the mapping. Must be a 34-character SID matching `SD` followed by 32 hexadecimal characters.
Sidstringrequired
The unique identifier of the IP access control list mapping to delete. Must be a 34-character SID matching `AL` followed by 32 hexadecimal characters.

1 status code
204Returns no content when the IP access control list mapping has been deleted successfully.

Error handling

AccountSid must be a 34-character account SID matching AC followed by 32 hexadecimal characters, and DomainSid must be a 34-character SIP domain SID matching SD followed by 32 hexadecimal characters. Sid must be a 34-character mapping SID matching AL followed by 32 hexadecimal characters and identify the mapping within that domain.