---
title: "Delete a single supplier"
method: DELETE
path: "/suppliers/{supplier_id}"
tags: ["Suppliers"]
---

# Delete a single supplier

`DELETE /suppliers/{supplier_id}`

Deletes a supplier. If there are products associated with the supplier, the products will be disassociated from the supplier.

🔒 Requires: `suppliers:write` scope

## Path parameters

- `supplier_id` string, required

## Response `200`

The deleted supplier.

- object
  - `data` object
    - `id` string, uuid — The id of the supplier deleted.
    - `job_id` string — The id of the asynchronous job to disassociate products from the supplier.

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
