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.

https://sendbird.com/docs/chat/v3/platform-api/guides/application#2-delete-allowed-ips-from-a-whitelist

Request Params

KeyDatatypeRequiredDescription
ip_whitelist_addressesstring(Required)
ip_whitelist_addressesstring(Required)

HEADERS

KeyDatatypeRequiredDescription
Api-Tokenstring(Required)
Acceptstring

RESPONSES

status: OK

{&quot;ip_whitelist_addresses&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}