v7

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-07355390.1 KB
rule

Delete a batch of rules by pattern.

Each entry may carry an expected_version; if present the rule must exist at that exact version, otherwise the batch fails. Without expected_version the delete is unconditional and idempotent: a pattern that's already absent is silently skipped. Returns the patterns that this batch actually removed.

post/limits/rules/bulk-delete

Request body

expected_versioninteger nullable

Optimistic-concurrency match. Absent → unconditional delete (idempotent: deleting an already-absent rule succeeds as a no-op). Present → reject unless the rule's current version is the supplied value.

patternstring required

Response

Patterns that were actually removed

string[] required