v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Email Unsubscribe Groups

Delete an unsubscribe group

If the group has 0 active suppressions, hard-deletes the row. With force=true, soft-deletes all active suppressions first (status → removed, group_id cleared, removed audit event per block) in a single transaction, then hard-deletes the group. Without force and active suppressions present → 409. Audit trail is preserved. force only accepts the string "true" or boolean true; all other values are false.

delete/email_unsubscribe_groups/{id}

Query parameters

'true' | 'false'
OR
boolean

Force-delete a group with active suppressions. Only "true" (string) or true (bool) are truthy; all other values are false.

Response

Deleted.