Early bird discounts live! Claim your offer

team.deleted

Team deleted; cascading project deletes fire separately.

project_id is always null for team events. This is the final event you will receive for the given team_id.

When this fires

A team is deleted. Cascading cleanups on team-scoped projects fire as separate events.

Required ability

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

Payload

{
  "id": "evt_01HX...",
  "type": "team.deleted",
  "created_at": "2026-05-18T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": null,
  "data": {
    "team": {
      "id": "tem_01HX...",
      "name": "Research Team"
    }
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways team.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 was deleted.
data.team.namestringLast-known display name.

Caveats

  • Subsequent project deletions and member-removed events under the team may interleave depending on queue ordering.
  • The personal team is never deleted; only explicitly created teams emit this event.

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