---
title: "Delete a price watch"
method: DELETE
path: "/v1/subscriptions/{id}"
tags: ["Subscriptions"]
---

# Delete a price watch

`DELETE /v1/subscriptions/{id}`

Delete one price watch owned by the authenticated account.

## Path parameters

- `id` string, required

## Response `204`

Subscription deleted; no response body is returned.

## Other responses

- `401` — Unauthorized
- `404` — Subscription not found
- `500` — Unexpected server error. Retry transient failures with bounded backoff and retain the request ID when contacting support.

---

[API](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1.md) · [All operations](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oilpriceapi/oil-price-api-v1/versions/5a5ce424cacc/schema)
