Early bird discounts live! Claim your offer

project.deleted

Project hard-deleted. Final event from that project.

This is the final event you will receive for the given project_id. Stop emitting requests against this project after delivery.

When this fires

A project is hard-deleted by the creator. The project row and dependent data are removed; this is the final event you will receive for that project_id.

Required ability

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

Payload

{
  "id": "evt_01HX...",
  "type": "project.deleted",
  "created_at": "2026-05-18T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": "7f3d1c92-8b45-4e6a-9d21-5c8e0a4b6f13",
  "data": {
    "project": {
      "id": "7f3d1c92-8b45-4e6a-9d21-5c8e0a4b6f13",
      "name": "Research Premium",
      "handle": "research-premium",
      "active": true,
      "team_id": "a83f0d51-4c92-4b7e-8615-2fd9e70a3c86"
    }
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways project.deleted for this event.
created_atISO 8601 timestampServer-side emission time.
api_versionstringWebhook API contract version.
project_idstring UUIDProject this event belongs to.
data.project.idstring UUIDProject identifier; matches the top-level project_id.
data.project.namestringDisplay name.
data.project.handlestringURL slug for the public landing page.
data.project.activebooleanLast-known active flag before deletion.
data.project.team_idstring UUIDTeam that owns the project (a personal team for solo creators).

Caveats

  • After this event, the project's API endpoints will respond 404. Treat the row as gone.
  • Dependent rows (plans, subscriptions, resources) cascade but do not fan out their own *.deleted events — handle the project-level cleanup once.
  • Webhook subscriptions targeting only this project should be torn down on your side; the platform stops emitting events for it.

How is this guide?

On this page

Subscriby 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