Delete allowed IPs from a whitelist
DELETE {{baseUrl}}/v3/applications/settings/ip_whitelist?ip_whitelist_addresses=<string>&ip_whitelist_addresses=<string>
Delete allowed IPs from a whitelist
Deletes allowed IPs from the whitelist by specifying their IP addresses or ranges. You can configure the IP whitelist under Settings > Security > Allowed IPs in the Sendbird Dashboard.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ip_whitelist_addresses | string | (Required) | |
ip_whitelist_addresses | string | (Required) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string | (Required) | |
Accept | string |
RESPONSES
status: OK
{"ip_whitelist_addresses":["\u003cstring\u003e","\u003cstring\u003e"]}