Early bird discounts live! Claim your offer

project.resource.deleted

Resource hard-deleted from a project.

This is the final event you will receive for the given resource_id. The row is gone for good.

When this fires

A resource is hard-deleted by the creator. Subscriber access to that resource is revoked and downstream member.resource_* events fire as part of cleanup.

Required ability

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

Payload

{
  "id": "evt_01HX...",
  "type": "project.resource.deleted",
  "created_at": "2026-05-18T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": "prj_01HX...",
  "data": {
    "resource_id": "rsr_01HX...",
    "project_id": "prj_01HX..."
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways project.resource.deleted for this event.
created_atISO 8601 timestampServer-side emission time.
api_versionstringWebhook API contract version.
project_idstring ULIDProject this event belongs to.
data.resource_idstring ULIDResource that was hard-deleted.
data.project_idstring ULIDMirrors top-level project_id.

Caveats

  • Cascading subscriber removals may emit member.resource_removed before or after this event depending on queue timing.
  • After this event, API endpoints scoped to the resource respond 404.

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