---
title: "Removes the notice template, and associated notice template config"
method: DELETE
path: "/widgets/notices/templates/{id}"
tags: ["notices"]
---

# Removes the notice template, and associated notice template config

`DELETE /widgets/notices/templates/{id}`

Removes the notice template.

## Path parameters

- `id` string, required

## Response `200`

The removed NoticeTemplate object

- NoticesTemplates — A template defines common configuration shared across multiple consent notices
  - `id` string, required — The ID of the notice template
  - `name` string, required — Name of the notice template
  - `organization_id` string — The ID of the organization that the template
  - `version` number — Current version of the template
  - `notices_id` string[] — Notice IDs associated with this template
  - `created_at` string, date-time, required — Creation date of the template
  - `updated_at` string, date-time — Last update date of the template

---

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