Early bird discounts live! Claim your offer

group.deleted

Group deleted; role-on-group falls back to team default.

project_id is always null for group events. This is the final event you will receive for the given group_id.

When this fires

A group is deleted. Any role assignments scoped to the group revert to the team's default scope.

Required ability

group:view-any — token must carry this at mint time to subscribe an endpoint to this event.

Payload

{
  "id": "evt_01HX...",
  "type": "group.deleted",
  "created_at": "2026-05-22T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": null,
  "data": {
    "team_id": "tem_01HX...",
    "group": {
      "id": "grp_01HX...",
      "code": "core-community"
    }
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways group.deleted for this event.
created_atISO 8601 timestampServer-side emission time.
api_versionstringWebhook API contract version.
project_idnullAlways null — account-level event.
data.team_idstring ULIDTeam that owned the group.
data.group.idstring ULIDGroup that was deleted.
data.group.codestringLast-known stable group code.

Caveats

  • Collaborators with role-on-group fall back to the team default automatically; no per-collaborator event fires.
  • The projects that were inside the group are not deleted and continue to exist as standalone projects within the team.

How is this guide?

On this page

MemberPass is a product designed by you — for you.

No boardroom full of executives deciding what we ships next. Our roadmap always shaped by you with your feedback.

Share feedback or a request