curl --request DELETE \
--url https://api.decodahealth.com/admin/settings/ip-blocking/allowed-ips/{ip_id} \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{}Remove an IP address from the allowed list.
curl --request DELETE \
--url https://api.decodahealth.com/admin/settings/ip-blocking/allowed-ips/{ip_id} \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{}