---
title: "Stop tracking a keyword"
method: DELETE
path: "/keywords/{keywordId}"
tags: ["Social Listening"]
---

# Stop tracking a keyword

`DELETE /keywords/{keywordId}`

Stops tracking a keyword on a workspace. Returns 204 when the listener is removed.

## Path parameters

- `keywordId` string, required

## Query parameters

- `workspaceId` string, required

## Response `204`

Keyword untracked

## Other responses

- `401` — Unauthorized
- `403` — Token lacks the write scope, workspace is outside token scope, or workspace is a sample workspace
- `404` — Keyword is not tracked by this workspace
- `429` — Rate limit exceeded
- `500` — Internal server error

---

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