deleteSingleImagePost
Permanently delete a single image post by its ID. This action is destructive and cannot be undone.
Instructions
Delete a post - Permanently delete a post record by ID. Destructive - cannot be undone via API.
Use when: removing a post permanently. For "hide without deleting" use updateSingleImagePost with post_status=0 (Draft). Deleting also removes the post_token, breaking any external links to the share URL.
Required: post_id.
See also: updateSingleImagePost (modify without removing).
Destructive: confirm intent with the user before bulk use. No soft-delete via API - records removed are not recoverable.
Returns: { status: "success", message: "record was deleted" }. No body beyond the confirmation string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes |