---
title: "Unsubscribe from usage product"
method: DELETE
path: "/subscriptions/{subscriptionId}/usages/{id}"
tags: ["Subscriptions"]
---

# Unsubscribe from usage product

`DELETE /subscriptions/{subscriptionId}/usages/{id}`

Removes a usage product from the account's usage subscription. The removal is processed asynchronously.

## Path parameters

- `subscriptionId` string, required
- `id` string, uuid, required

## Response `202`

When request is accepted. Returns a 'Link' object to the subscription.

- Link
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable

## Other responses

- `404` — When usage product with specified id does not exist.

---

[API](https://skmtc.net/smokeball/apis/api.md) · [All operations](https://skmtc.net/smokeball/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smokeball/api/versions/197984da9b42/schema)
