POST
/
gateway
/
apiKeys
/
remove-whitelistedip
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": ""
}'

Remove an IP address from the whitelist of an API key. This endpoint allows you to revoke access from previously whitelisted IP addresses.

This endpoint requires a valid API key in the Authorization header.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ips
string
required
Example:

""

Response

200

IP successfully removed from whitelist