---
title: "Delete a product by ID"
method: DELETE
path: "/api/v1/products/{id}"
tags: ["Products"]
---

# Delete a product by ID

`DELETE /api/v1/products/{id}`

Permanently removes the record from the session. Returns 204 No Content on success.

## Path parameters

- `id` string, uuid, required

## Response `204`

Deleted successfully

## Other responses

- `404` — Record not found

---

[API](https://skmtc.net/totalshiftleft/apis/api-learning-sandbox.md) · [All operations](https://skmtc.net/totalshiftleft/apis/api-learning-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/totalshiftleft/api-learning-sandbox/revisions/3b3179c504b0/schema)
