---
title: "Delete Product"
method: DELETE
path: "/api/v2/products/{product_id}"
tags: ["Products"]
---

# Delete Product

`DELETE /api/v2/products/{product_id}`

Delete a product from the organization.

## Path parameters

- `product_id` string, uuid, required — Unique identifier (UUID) of the product 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)
