v3

OpenAPI 3.0.0Dex Terms of Service2026-07-311481984.7 KB
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

groupIdsstring[] required

Response

Successful response