---
title: "Delete a Vendor"
method: DELETE
path: "/v1/web/vendor/{id}"
tags: ["Vendor"]
---

# Delete a Vendor

`DELETE /v1/web/vendor/{id}`

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `id` string, required
  - `externalId` string
  - `status` union, required
    - 'active'
    - 'disabled'
    - 'deleted'
  - `name` string, required
  - `owners` object, required
    - `userIds` string[], required
    - `userGroupIds` string[]
  - `currencyCode` string, required
  - `accountingIntegration` object
    - `rutterId` string
    - `platformId` string
    - `latestSync` object, required
      - `status` union, required
        - 'inProgress'
        - 'successful'
        - 'failed'
      - `createdAt` string, date-time, required
      - `completedAt` string, date-time
      - `error` object
        - `type` string
        - `code` string
        - `message` string
  - `country` string, required
  - `logoUrl` string
  - `spendCategoryId` string
  - `merchantIds` string[]
  - `merchantCategory` string
  - `legalName` string
  - `taxId` object
    - `type` union, required
      - 'ssn'
      - 'ein'
    - `id` string, required
  - `address` object
    - `attn` string
    - `line1` string, required
    - `line2` string
    - `city` string, required
    - `zipCode` string, required
    - `state` string, required
    - `country` string, required
  - `contacts` object[], required
    - `id` string, required
    - `type` union
      - 'accountsPayable'
      - 'accountsReceivable'
      - 'it'
      - 'procurement'
      - 'sales'
      - 'support'
      - 'other'
    - `name` object, required
      - `firstName` string, required
      - `middleName` string
      - `lastName` string, required
    - `default` boolean, required
    - `email` string, required
    - `phone` string
    - `notes` string
  - `paymentMethods` union[], required
    - union
      - object
        - `id` string, required
        - `type` 'ach', required
        - `achPaymentMethodId` string, required
        - `entityType` 'business', required
        - `accountType` union, required
          - 'checking'
          - 'saving'
        - `routingNumber` string, required
        - `accountNumber` string, required
        - `accountName` string, required
      - object
        - `id` string, required
        - `type` 'ach', required
        - `achPaymentMethodId` string, required
        - `entityType` 'individual', required
        - `accountType` union, required
          - 'checking'
          - 'saving'
        - `routingNumber` string, required
        - `accountNumber` string, required
        - `accountName` string, required
        - `accountHolderName` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `400` — Default Response
- `401` — The access to this resource has been denied
- `403` — The access to this resource is forbidden
- `404` — The resource was not found
- `default` — Catch-all error response for any unexpected internal errors

---

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