Skip to content

Commit b011605

Browse files
committed
Bulk Redirects: maximum 100,000 items per Delete List Items API call
1 parent 54b9238 commit b011605

File tree

1 file changed

+6
-0
lines changed
  • src/content/docs/rules/url-forwarding/bulk-redirects

1 file changed

+6
-0
lines changed

src/content/docs/rules/url-forwarding/bulk-redirects/faq.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@ Use the `raw.http.request.full_uri` field both in the rule expression and in the
4141
## Do Bulk Redirects take precedence over Page Rules?
4242

4343
Yes. Bulk Redirects take precedence over Page Rules redirects. For more information on the execution order of Rules products, refer to [Execution order](/rules/url-forwarding/#execution-order).
44+
45+
## Can I purge an entire Bulk Redirect List in one API call?
46+
47+
If your [Bulk Redirect List](/rules/url-forwarding/bulk-redirects/concepts/#bulk-redirect-lists) contains 500,001 or more items, you will not be able to purge the entire list in a single API call. Instead, you must make multiple calls to [Delete List Items](/api/resources/rules/subresources/lists/subresources/items/methods/delete/) API end-point, deleting a maximum of 100,000 items per request.
48+
49+
For example, to delete a list with 1,000,000 items, you would need to issue at least 10 API requests.

0 commit comments

Comments
 (0)