Delete a trunk IP ACL entry
trunk_delete_ip_aclRemove an IP ACL entry from a SIP trunk to block a source IP from sending calls via IP authentication. Use after retrieving the IP ACL ID with trunk_list_ips.
Instructions
Remove an IP ACL entry from an owned trunk; that source IP can no longer send calls via IP auth. Use trunk_list_ips first to find the ip_id. Step-up MFA required. Errors: NO_ACTIVE_CUSTOMER, INVALID_ID, NOT_FOUND, INTERNAL_ERROR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip_id | Yes | IP ACL entry UUID (find it with trunk_list_ips) | |
| trunk_id | Yes | Trunk group UUID (find it with trunk_list) |