---
title: "Deactivate Metered Subscription"
method: DELETE
path: "/api/v2/metered_subscriptions/{subscription_id}"
tags: ["Metered Subscriptions"]
---

# Deactivate Metered Subscription

`DELETE /api/v2/metered_subscriptions/{subscription_id}`

Deactivate a metered subscription by setting its end time to now. This subscription stops being billable after this exact time. Note: deactivated subscriptions can still have usage recorded; it won't be billed.

## Path parameters

- `subscription_id` string, uuid, required — Unique identifier of the metered subscription to deactivate

## Response `200`

Successful Response

- MeteredSubscriptionResponse — Response for metered subscription.
  - `id` string, uuid
  - `product_id` string, uuid
  - `organization_consumer_id` string, uuid
  - `organization_id` string, uuid
  - `starts_at` string, date-time
  - `ends_at` string, date-time, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time, nullable

## 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)
