WordPress に戻る
WordPress と Knoon AI を接続して AI ワークフローを自動化します。
Delete a taxonomy term.
wordpressXmlRpcDefaultDefaultDeleteTerm
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| taxonomy | mustache | Taxonomy endpoint. Example: categories, tags. | はい |
| termId | mustache | Term ID. | はい |
| force | boolean | Force delete. Defaults to TRUE. | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| deleted | bool | True when deleted. |
| termId | string | Deleted term ID. |
| taxonomy | string | Taxonomy slug. |