Alex Solis
Results
2
comments of
Alex Solis
@jhutchings1 Not the OP, but do you have an ETA or any interim information on whether this is a documentation/OpenAPI issue, library implementation issue, or Cloudflare API issue?
For future reference, this ended up working for us: ``` curl -s "https://api.cloudflare.com/client/v4/accounts//rules/lists//items" \ -X DELETE \ --header "Authorization: Bearer $cf_token" \ --header 'Content-Type: application/json' \ -d '{"items":[{"id":""}]}' ```