user_remove_ip_whitelist_entry
Remove a specific IP address or subnet from a user's whitelist to revoke their access. Specify user ID, subnet, and subnet size to update the allowlist.
Instructions
Remove an IP address or subnet from a user's whitelist.
Args: user_id: The user ID (UUID) or email address subnet: The IP address or subnet to remove (e.g., "8.8.8.0", "192.168.1.100") subnet_size: The subnet size (e.g., 24 for /24, 32 for single IP) ctx: FastMCP context for resource change notifications
Returns: Status message confirming removal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subnet | Yes | ||
| user_id | Yes | ||
| subnet_size | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||