seo_bulk_delete_keywords
Delete multiple irrelevant SEO keywords in one call to clean up your keyword list. Soft-deletes rows by setting deletedAt, keeping them in the DB but filtering them out of all queries.
Instructions
Soft-delete N SeoScoredKeyword rows in one call (sets deletedAt; rows stay in the DB but are filtered out of all queries). Housekeeping op — not part of the main flow. Pass confirm: true to proceed. Use to clear out a batch of junk/irrelevant keywords the auto-pipeline missed, e.g. after filtering seo_list_keywords by relevanceMax.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | No | Brand ID (defaults to active brand) | |
| confirm | Yes | Must be true to confirm bulk soft-delete | |
| keywordIds | Yes | Keyword IDs from seo_list_keywords |