---
title: "Deactivates a product"
method: PATCH
path: "/v2/billing/products/{id}/deactivate"
tags: ["Billing"]
---

# Deactivates a product

`PATCH /v2/billing/products/{id}/deactivate`

Deactivates a previously activated product given its ID.

**Note:** This endpoint returns 204 No Content on success. No product data is returned.

Deactivated products cannot be added to new agreements but existing agreements will not be affected.

## Path parameters

- `id` integer, required

## Response `204`

Product successfully deactivated

## Other responses

- `400` — Bad Request - Product is already deactivated
- `403` — Forbidden - Insufficient permissions
- `404` — Product not found

---

[API](https://skmtc.dev/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.dev/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/revisions/753f26d46650/schema)
