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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID. Malformed UUIDs are treated as not-found (not 400).
Query Parameters
Force-delete a group with active suppressions. Only "true" (string) or true (bool) are truthy; all other values are false.
true, false Response
Deleted.