Description
Deletes one or more media items from a location profile. Use it to remove outdated or incorrect photos and videos by ID.
This action cannot be undone — the media items are permanently removed. List exactly which media items will be deleted and confirm with the user before proceeding.
Parameters
Example Usage
Notes
- Returns an empty success response (HTTP 200) when the media items are deleted; there is no response body to inspect.
- Resolve
mediaIds via get_media (match items by description) if the user refers to photos or videos rather than giving IDs.
- Resolve
businessNumber via get_child_locations if the user names a location instead of giving a number.