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
- 404
Successfully removes IP from whitelist
Returns 403 error when API token is incorrect
Returns the 404 error envelope when neither the SIP account name nor id matches an account you own