groups
Bulk-delete groups (v2)
Permanently delete multiple groups in a single request. Uses Promise.allSettled semantics: a 200 response can carry per-row failures in data.failed[] so cache writers can invalidate just the rows that succeeded. Idempotency-Key is optional. Returns { data: { affected, ids, failed? } }.
post/v2/groups/batch-delete
Headers
Idempotency-Keystring
Example:01HV8N6X7K3P9Q5R2T4Y6W8Z0A
Optional. Accepted to dedupe retries on this endpoint. See apps/rest-api/src/shared/idempotency.ts.
Request body
Response
Successful response