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

# Delete a partner

`DELETE /metadata/partners/{id}`

Delete the partner

## Path parameters

- `id` string, required

## Response `200`

The deleted Partner object

- Partners — A third-party company that provides services to companies by collecting data, transforming it, etc.
  - `id` string, required — Partner ID
  - `name` string, required — Name of the partner
  - `tags` string[] — Extra classification items for the partner
  - `contact` string — Contact information for someone from the partner
  - `website` string, uri — Website URL of the partner
  - `website_optout` string, uri — URL for consumers to opt-out from data collection and processing from the partner
  - `hosts` string[] — List of hosts (DNS names) that belong to the partner
  - `url_patterns` string[] — List of URL patterns (regular expressions) that uniquely identify the partner
  - `urls` string[] — If partners were queried from URLs (with the `url` query-string parameter), this property contains a list of all URLs that were matched to this partner
  - `taxonomy_id` string — The ID of the taxonomy item for classifying this partner
  - `organization_id` string — The organization ID that owns the partner
  - `category_id` string, required — The category ID of the partner
  - `country` string — The ISO Alpha-2 code of the country where the partner is located
  - `created_at` string, date-time — Creation date of the partner
  - `updated_at` string, date-time — Last update date of the partner
  - `version` number — Revision number of the partner object
  - `namespaces` object — IDs of this partner in other namespaces / vendor lists and used in Didomi SDKs and consents
    - `iab` string — ID of the vendor in the IAB TCF version 1
    - `iab2` string — ID of the vendor in the IAB TCF version 2
    - `didomi` string — ID of the vendor in the Didomi SDK
    - `custom` string — Custom ID for the vendor
    - `google` string — ID of the vendor for Google DFP/GAM
  - `default_purposes_id` string[] — Purposes of the partner with consent legal basis
  - `legitimate_interest_purposes_id` string[] — Purposes of the partner with legitimate interest legal basis
  - `spi_purposes_id` string[] — Purposes of the partner with sensitive personal information
  - `cookie_max_duration` number — The duration of time for which the cookies are stored
  - `cookie_max_duration_unit` 'months' | 'days' | 'seconds' — The unit of the cookie max duration
  - `uses_non_cookie_access` boolean — Whether the vendor uses other means of storage than cookies
  - `deprecated` boolean — Whether a partner is deprecated or not. Deprecated partners cannot be added to privacy centers or consent notices but are not immediately removed to not break entities that already use them. Deprecated partners will eventually be removed.
  - `notes` string — Free-form field to keep various notes on a vendor

---

[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/revisions/c82339816c36/schema)
