Remove From Whitelist API
POST /removeFromWhitelist
Description
This API endpoint allows removing an IP address from the whitelist. This action will revoke access for the specified IP address to certain resources.
Request Body
The request utilizes GraphQL to perform the removeFromWhitelist
mutation.
Mutation:
mutation removeFromWhitelist ($ipAddress: String!) {
removeFromWhitelist (ipAddress: $ipAddress)
}