- Xenforo.com resource URL
- https://xenforo.com/community/resources/xb-user-ip-prune.9824/
- Compatibile XF2 versions
- 2.2
- 2.3
Easily clear user IP addresses for privacy and security
Delete the specified user's ip addresses
Parameters
Features:
Flexible Deletion: Clear all IPs, by range, or within a date range.
Permissions Control: Admin & public interface with user-based access
Batch Processing: Supports batch user updates
REST API Support: Integrate with external tools
API routes
[DELETE] users/{id}/ipsDelete the specified user's ip addresses
Parameters
Input | Type | Description |
---|---|---|
ip | string | Prune only specified ip or range |
start | integer | Unix timestamp for start date |
end | integer | Unix timestamp for end date |