---
title: "Delete a vendor"
method: DELETE
path: "/v2/vendor/{vendor_id}"
tags: ["Vendor V2"]
---

# Delete a vendor

`DELETE /v2/vendor/{vendor_id}`

## Path parameters

- `vendor_id` string, required

## Response `200`

Success

- VendorResponseV2
  - `success` boolean — Success flag
  - `message` string — Response message
  - `error_code` string — Error Code
  - `errors` object — Errors
  - `data` EmptyData
    - `message` string — Response message

## Other responses

- `400` — Vendor not found
- `401` — Unauthorized

---

[API](https://skmtc.dev/getswipe/apis/swipeapi.md) · [All operations](https://skmtc.dev/getswipe/apis/swipeapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getswipe/swipeapi/revisions/80fcaf1a3463/schema)
