---
title: "Delete Subscription Freeze"
method: DELETE
path: "/api/v2/subscriptions/{subscription_id}/freeze/{freeze_id}"
tags: ["Subscriptions"]
---

# Delete Subscription Freeze

`DELETE /api/v2/subscriptions/{subscription_id}/freeze/{freeze_id}`

Remove a freeze period from a subscription.

Deletes the specified freeze period, allowing the subscription to resume normal invoice
generation immediately (if the freeze period was active).

## Path parameters

- `subscription_id` string, uuid, required — Unique identifier (UUID) of the subscription
- `freeze_id` string, uuid, required — Unique identifier (UUID) of the freeze period to delete

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/streampay/apis/stream-app.md) · [All operations](https://skmtc.dev/streampay/apis/stream-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streampay/stream-app/revisions/515eeea7d260/schema)
