---
title: "Delete a vendor"
method: DELETE
path: "/vendors/{id}"
tags: ["Vendors"]
---

# Delete a vendor

`DELETE /vendors/{id}`

Deletes a vendor and all associated data in a transaction:
1. Deletes vendor risks (vendor_risks table)
2. Deletes project associations (vendors_projects table)
3. Deletes the vendor record itself
Fires automation triggers (vendor_deleted).

## Path parameters

- `id` integer, required

## Response `202`

Vendor deleted successfully

- object
  - `message` string
  - `data` boolean

## Other responses

- `401` — Unauthorized - missing or invalid JWT
- `404` — Vendor not found
- `500` — Internal server error

---

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