cURL
curl --request POST \ --url https://spark.test.woodcore.co/api/v2/gateway/apiKeys/remove-whitelistedip \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "ips": "" }'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
IP successfully removed from whitelist