v3

OpenAPI 3.0.0Dex Terms of Service2026-07-311481984.7 KB
groups

Delete a group (v2)

Permanently delete a group. The contacts in the group are NOT deleted — only their groups_contacts membership rows and the group itself are removed. Returns the canonical bulk envelope: { data: { affected: 1, ids: [groupId] } }. Idempotency-Key is optional.

delete/v2/groups/{groupId}

Path parameters

groupIdstring uuid required

Headers

Idempotency-Keystring
Example:01HV8N6X7K3P9Q5R2T4Y6W8Z0A

Optional. Accepted to dedupe retries on this endpoint. See apps/rest-api/src/shared/idempotency.ts.

Response

Successful response