---
title: "Deactivate a product"
method: DELETE
path: "/v1/products/{productId}"
tags: ["Products"]
---

# Deactivate a product

`DELETE /v1/products/{productId}`

Soft-delete a product by setting it as inactive. The product data is preserved but it can no longer be used in new payments.

## Path parameters

- `productId` string, uuid, required

## Response `200`

Product deactivated.

- object
  - `message` string

## Other responses

- `401` — Missing or invalid authentication token.
- `404` — Resource not found.

---

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