---
title: "Delete a product"
method: DELETE
path: "/products/{product_path}"
tags: ["Products"]
---

# Delete a product

`DELETE /products/{product_path}`

Deletes a product with the given `product_path`.

## Response `200`

OK

- DeleteProductSuccessResponse
  - `products` object[]
    - `action` string — The action performed to delete the product.
    - `result` string — The result of the action (e.g., success or error).
    - `product` string — The product path ID that was deleted.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/fastspring/apis/fastspring-api-accounts.md) · [All operations](https://skmtc.dev/fastspring/apis/fastspring-api-accounts/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fastspring/fastspring-api-accounts/revisions/ae2f0b97db3e/schema)
