---
title: "Delete a web tracking key"
method: DELETE
path: "/web-tracking-keys/{id}"
tags: ["Web Tracking Keys"]
---

# Delete a web tracking key

`DELETE /web-tracking-keys/{id}`

Permanently deletes a web tracking key. Cached authorization expires within one minute, after which requests from a remaining snippet are rejected. Remove the snippet as well. Prefer revoking with isActive false when the key may be needed again. Requires the integrations:manage scope.

## Path parameters

- `id` string, required

## Response `200`

Key deleted

- object
  - `success` boolean
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — API key is missing the integrations:manage scope
- `404` — Web tracking key not found

## Changes

> 121 revisions in range; 10 could not be searched.

- **2026-08-18** `8fbabe82a04d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/web-tracking-keys/:id/delete.md)

---

[API](https://skmtc.dev/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.dev/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/revisions/73f826277d9a/schema)
