---
title: "Delete a privacy center"
method: DELETE
path: "/privacy-centers/{id}"
tags: ["privacy-centers"]
---

# Delete a privacy center

`DELETE /privacy-centers/{id}`

Delete an existing privacy center

## Path parameters

- `id` string, required

## Response `200`

The deleted PrivacyCenter object

- PrivacyCenters — A privacy center gives legal information to users as well as options to manage consent
  - `id` string, required — Privacy Center ID
  - `name` string, required — Display name of the privacy center (usually the company or website name)
  - `website` string, uri — URL of the website linked to the privacy center
  - `custom_domains` string[] — Sub-domains that the privacy center should be served on (without http or / ; example: privacy.domain.com)
  - `contact` PrivacyCentersContact — Contact information of the DPO or person in charge of privacy
    - `email` string — Email address
    - `schedule` string — Phone number
    - `address` string — Postal address
  - `customization` PrivacyCentersCustomization — Customization options for the privacy center
    - `logo` string, uri — URL of the logo to display (must be HTTPS)
    - `colors` object — Colors information
      - `primary` string — Primary color to use in the Privacy Center theme
  - `legal_name` string — Full legal name of the company
  - `display_cookies` 'list' | 'choices' | 'none' — How to display the cookies section in the privacy center?
  - `privacy_policy` string — The privacy policy to display in the privacy center formatted with Markdown (English)
  - `content` object — Texts of the privacy center
  - `languages` string[] — Languages enabled in the privacy center (two-letter codes or two-letter language and two-letter country code); an empty list or a null value will enabled all available languages
  - `auth_required` boolean — Whether end users must be authenticated when accessing a privacy center
  - `organization_id` string — The ID of the organization that owns this privacy center
  - `created_at` string, date-time — Creation date of the privacy center
  - `updated_at` string, date-time — Last update date of the privacy center
  - `version` number — Revision number of the privacy center 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/revisions/c82339816c36/schema)
