seo_delete_keyword
Soft-delete junk SEO keywords that the auto-pipeline missed. Confirm with true to hide them from all queries.
Instructions
Soft-delete a single SeoScoredKeyword (sets deletedAt; the row stays in the DB but is filtered out of all queries). Housekeeping op — not part of the main flow. Pass confirm: true to proceed. Use for obvious junk keywords the auto-pipeline missed. Prefer seo_edit_keyword with excludedFromClustering=true when you only want to hold a keyword out of the next clustering pass.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | No | Brand ID (defaults to active brand) | |
| confirm | Yes | Must be true to confirm soft-delete | |
| keywordId | Yes | Keyword ID from seo_list_keywords |