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

# Delete a vendor

`DELETE /metadata/vendors/{id}`

Delete the vendor

## Path parameters

- `id` string, required

## Response `200`

The deleted Vendor object

- Vendors — A vendor that provides services to a property
  - `id` string, required — The ID of the vendor for the property (ie different from the ID of the vendor metadata on the Didomi platform)
  - `status` string — The status of the vendor for the privacy center (draft or published)
  - `property_id` string, required — The ID of the property that sets this cookie
  - `metadata_id` string, required — The ID of the vendor metadata
  - `created_at` string, date-time — Creation date of the property
  - `updated_at` string, date-time — Last update date of the property
  - `version` number — Revision number of the property object

---

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