deleteMultiImagePostPhoto
Permanently remove a photo from an album by its photo ID. Deletion is irreversible and the record cannot be recovered via API.
Instructions
Delete an album photo - Permanently delete a portfoliophoto record by ID. Destructive - cannot be undone via API.
Use when: permanently removing one photo from an album. For "hide" use updateMultiImagePostPhoto with status=0.
Required: photo_id.
See also: updateMultiImagePostPhoto (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 |
|---|---|---|---|
| photo_id | Yes |