---
title: "Delete a notice text content"
method: DELETE
path: "/widgets/notices/texts-contents/{id}"
tags: ["notices"]
---

# Delete a notice text content

`DELETE /widgets/notices/texts-contents/{id}`

Delete an existing notice text content. Text contents cannot be deleted once their status is "approved". If you want to update an approved text content, create a new content for the same text and get it approved again by the Didomi team.

## Path parameters

- `id` string, required

## Response `200`

The deleted NoticeTextContent object

- NoticesTextContent — The actual content of a notice text (the text itself, approval status, etc.).
  - `id` string, required — The ID of the content
  - `content` string, required — Text content
  - `status` string, required — Approval status of the content: submitted, approved, or rejected. This is set by the Didomi team after reviewing the content and whether it follows the TCF policies.
  - `includes_purposes` boolean, required — Whether the content includes a complete list of purposes
  - `content_version` integer, required — Version of the content for the notice text. The content version is automatically assigned when creating new content.
  - `organization_id` string, required — The ID of the organization that owns this text
  - `text_id` string, required — Notice text ID that this content applies to
  - `created_at` string, date-time, required — Creation date of the content
  - `updated_at` string, date-time, required — Last update date of the content
  - `version` number, required — Revision number of the content

---

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