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