cURL
curl --request DELETE \ --url https://api.us.lexful.app/v1/allowed_ips/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-Account-ID: <api-key>'
{ "status": 123, "message": "<string>", "error_id": "<string>", "error_code": "<string>", "developer_message": "<string>" }
Remove an IP address from the account allowlist
Bearer token
Account ID
Allowed IP ID
Allowed IP deleted successfully
Was this page helpful?