Unshare Images With Recipient Endpoint
Unshares multiple images from a recipient by removing entries from the image_recipients table.
Expects: - JSON with: - 'imageIds': list of image IDs to unshare - 'recipientId': ID of the recipient to unshare from
Process: 1. Checks if recipient exists 2. Removes entries from image_recipients table
Returns: - Success message with counts of unshared images - Detailed results including successful and skipped operations
post/unshareImagesWithRecipient
Request body
object required
Response
Successful Response
{"stackTrail":"paths:/unshareImagesWithRecipient:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}