DELETE · keywords:write
Stop tracking keyword
Deactivate a tracked keyword without deleting its historical mentions.
DestructiveExternal side effects
REST
DELETE
/api/v1/keywords/:keywordIdcurl "https://www.stalkr.ai/api/v1/keywords/:keywordId" \
--request DELETE \
--header "Authorization: Bearer $STALKR_API_KEY" \
--header "Content-Type: application/json" \
--header "Idempotency-Key: unique-operation-key"MCP
Tool name: delete_keyword
The MCP tool accepts the same input schema and returns the same structured { data, meta } result as REST.
Input
keywordIdrequiredstring
idempotencyKeystring
Unique key used to safely retry this write operation
Safe retries
Pass
idempotencyKey to the MCP tool or Idempotency-Key to REST when retrying this write.Authorization
Required scope: keywords:write.
Scope authorization is followed by resource authorization. Project operations check current membership and the minimum role required by the underlying workflow.