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

# Delete a stock price

`DELETE /v1/stock/{id}`

## Path parameters

- `id` string, required

## Response `204`

stock price deleted

## Other responses

- `400` — invalid data
- `401` — not authorized
- `403` — permission denied
- `404` — not found

---

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