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

---

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