Back to Ghost
Connect Knoon AI with Ghost to automate AI workflows.
Delete an existing Ghost post by ID or slug.
ghostDefaultDeletePost
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| postId | mustache | Post ID to delete. Either postId or slug is required. | No |
| slug | mustache | Post slug to delete. Either postId or slug is required. | No |
Returns
| Name | Type | Description |
|---|---|---|
| status | string | DELETED when successful. |
| postId | string | Deleted post ID. |