---
title: "subscription.phase.deleted"
method: POST
path: "/webhook-events/subscription.phase.deleted"
tags: ["Webhook Events"]
---

# subscription.phase.deleted

`POST /webhook-events/subscription.phase.deleted`

Fired when a subscription phase is deleted. Doc-only for parsing.

## Response `200`

Webhook payload

- WebhookDtoSubscriptionPhaseWebhookPayload
  - `event_type` string
  - `phase` DtoSubscriptionPhaseResponse
    - `created_at` string
    - `created_by` string
    - `end_date` string — EndDate is when the phase ends (nil if phase is still active or indefinite)
    - `environment_id` string — EnvironmentID is the environment identifier for the phase
    - `id` string — ID is the unique identifier for the subscription phase
    - `metadata` TypesMetadata
    - `start_date` string — StartDate is when the phase starts
    - `status` 'published' | 'deleted' | 'archived'
    - `subscription_id` string — SubscriptionID is the identifier for the subscription
    - `tenant_id` string
    - `updated_at` string
    - `updated_by` string

## Changes

- **2026-03-20** `fdc2d8c76b76` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flexprice/apis/flexprice-api/changes/webhook-events/subscription.phase.deleted/post.md)

---

[API](https://skmtc.dev/flexprice/apis/flexprice-api.md) · [All operations](https://skmtc.dev/flexprice/apis/flexprice-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flexprice/flexprice-api/revisions/fdc2d8c76b76/schema)
