---
title: "Delete a cookie"
method: DELETE
path: "/cookies/{id}"
tags: ["cookies"]
---

# Delete a cookie

`DELETE /cookies/{id}`

Delete an existing cookie

## Path parameters

- `id` string, required

## Response `200`

The deleted Cookie object

- Cookies — A cookie that is set by a property when consumers visit it
  - `id` string, required — Cookie ID
  - `name` string, required — Name of the cookie
  - `domain` string — Domain that the cookie is set on
  - `lifetime` integer — Lifetime of the cookie (in seconds)
  - `status` string — The status of the cookie for the privacy center (draft or published)
  - `taxonomy_id` string, required — The ID of the taxonomy item for classifying this cookie
  - `property_id` string, required — The ID of the property that sets this cookie
  - `vendor_id` string — The ID of the vendor that sets or uses this cookie (if any)
  - `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/revisions/c82339816c36/schema)
