Preview what deleting a keyword would destroy
Lists the feeds that would be deleted along with this keyword (their filters reference only it) and the notifications attached to those feeds, which go with them. Changes nothing. Both arrays are empty when the keyword can be deleted with no collateral. A preview is a snapshot, not a lock — a feed created after it is answered is still destroyed by the delete; DELETE /api/v2/keywords/{id} reports what was ACTUALLY removed. 404 KEYWORDS_NOT_FOUND for an unknown id, exactly as the delete does.
Authorizations
Clerk API key. Create one in Settings → API Keys. Pass as Authorization: Bearer <key>.
Path Parameters
-9007199254740991 <= x <= 9007199254740991Response
200 response
What deleting this keyword would destroy besides the keyword itself. A read — it changes nothing.
The keyword the preview is for.
-9007199254740991 <= x <= 9007199254740991The keyword's term.
Feeds that WOULD be deleted with this keyword. Empty when none would.
Notifications that WOULD be deleted with those feeds. Empty when none would.
