deleteMultiImagePost
Permanently delete a multi-image post album by ID. Delete child photos first to avoid orphan records.
Instructions
Delete an album group - Permanently delete a portfoliogroup record by ID. Destructive - cannot be undone via API.
Use when: removing the entire album. Recommended sequence: delete child photos first via deleteMultiImagePostPhoto (enumerate via listMultiImagePostPhotos property=group_id&property_value=<id>&property_operator==), THEN delete the group. BD does not cascade — skipping this leaves orphan users_portfolio rows.
Required: group_id.
See also: updateMultiImagePost (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 |
|---|---|---|---|
| group_id | Yes |