Delete Keyword
delete_keywordPermanently delete an unwanted PENDING keyword with no billing effect and no undo. Use this to prevent activation charges; other statuses require different tools.
Instructions
Permanently delete one keyword. Only PENDING keywords qualify (never billed, never live), so there is no billing effect and no undo. Any other status returns 400 "Only pending keywords can be removed": use disable_keyword for an ACTIVE keyword, edit_keyword to fix a SUSPENDED one, and delete_website to drop a whole site. Prefer this over leaving unwanted PENDING keywords in place, because activate_pending_keywords would otherwise try to pay for them. Returns { deleted: true }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywordId | Yes | Keyword ID (UUID) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | { deleted: true } once the PENDING keyword is removed. |