Remove allowed IP address
DELETE/api/v1/sipaccounts/:sipaccount_id/allowed_ips
Remove IP address from SIP account whitelist.
Authentication:
- Requires Bearer token in Authorization header:
Authorization: Bearer <token>
Request
Responses
- 204
- 403
Successfully removes IP from whitelist
Returns 403 error when API token is incorrect