deleteUserPhoto
Permanently delete a user photo by its ID. Use when removing a photo attachment; confirm intent before bulk use due to no recovery via API.
Instructions
Delete a user photo - Permanently delete a userphoto record by ID. Destructive - cannot be undone via API.
Use when: removing a photo attachment. For member image management consider updateUser with images_action=remove_all / remove_cover_image / etc. instead - that covers the member-record side of image cleanup.
Required: photo_id.
See also: updateUserPhoto (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 |