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

# Delete a notice

`DELETE /widgets/notices/{id}`

Delete an existing notice

## Path parameters

- `id` string, required

## Response `200`

The deleted Notice object

- Notices — Consent notices (for mobile and desktop)
  - `id` string, required — ID of the notice
  - `organization_id` string, required — ID of the organization that owns the notice
  - `name` string, required — Internal name of the notice ; this is only used for you to distinguish between the different notices in your account
  - `created_at` string, date-time — Creation date of the notices
  - `updated_at` string, date-time — Last update date of the notices
  - `archived_at` string, date-time — Archival date of the notice
  - `version` number — Revision number of the notices
  - `flow_id` string — ID of the linked flow
  - `environment` string — Deployment environment for the notice
  - `external_source` string — Source system for imported notices
  - `external_id` string — Original ID from the external source system

---

[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)
