Retour à WordPress
Connecter Knoon AI avec WordPress pour automatiser les flux de travail AI.
Delete a post/page/custom post type item by postId or slug.
wordpressXmlRpcDefaultDefaultDeletePost
Bêta
Interne
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| postType | mustache | Optional collection slug. Defaults to posts. | Non |
| postId | mustache | WordPress post ID. Either postId or slug is required. | Non |
| slug | mustache | Post slug. Either postId or slug is required. | Non |
| force | boolean | Force delete. Defaults to TRUE. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| deleted | bool | True when deleted. |
| postId | string | Deleted post ID. |
| status | string | Previous post status. |