---
title: "Delete Vendor"
method: DELETE
path: "/vendors/{vendorId}"
tags: ["Vendor"]
---

# Delete Vendor

`DELETE /vendors/{vendorId}`

Deletes a vendor by identifier.

## Headers

- `X-LC-Tenant` string, required
- `Authorization` string, required

## Response `204`

No Content

## Other responses

- `401` — The user could not be identified.
- `403` — Error codes: * "forbidden": the authenticated user is not allowed to delete the vendor.
- `404` — Error codes: * "notFound": the vendor could not be found by identifier.
- `409` — Error codes: * "conflict": the vendor cannot be deleted because its folder contains resources that must be removed first. The error details describe which resources are blocking deletion.

## Changes

- **2026-07-02** (v1) `3eab8b886733` — 1 info
  - endpoint added
- **2026-06-22** (v1) `4541da7dca36` — 1 breaking
  - api path removed without deprecation
- **2026-06-22** (v1) `ad07690afdcd` — 1 info
  - endpoint added
- **2026-06-22** (v1) `501ab2689d6a` — 1 breaking
  - api path removed without deprecation
- **2026-06-02** (v1) `65a907432d79` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/rws/apis/trados-cloud-platform-api/changes/vendors/:vendorId/delete.md)

---

[API](https://skmtc.dev/rws/apis/trados-cloud-platform-api.md) · [All operations](https://skmtc.dev/rws/apis/trados-cloud-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rws/trados-cloud-platform-api/revisions/d42dac7c28a3/schema)
