---
title: "delete product"
method: DELETE
path: "/products/"
tags: ["platform"]
---

# delete product

`DELETE /products/`

delete product

## Request body

- MessageDeleteProductReq
  - `productInfo` StructsProduct
    - `arch` string
    - `id` string — The ID of the product
    - `internal` integer
    - `name` string — the Name of the product
    - `regionId` string
    - `regionName` string
    - `status` string
    - `vendorId` string — the vendor ID of the vendor, e.go AWS
    - `vendorName` string — the Vendor name of the vendor, e.g AWS/Aliyun
    - `version` string

## Response `200`

OK

- object
  - `code` integer
  - `data` object
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

## Changes

- **2022-03-07** `e9e75c7c2edb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pingcap/apis/em-ui-api/changes/products/delete.md)

---

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