Delete Media
DELETE/api/places/deletemedia/:id/:mediaId
Tier: Public — stable, supported for third-party integration.
Removes a media item from a place.
This action requires Update permission, not Delete — media is treated as an attribute edit on the place.
Request
Responses
- 200
- 400
- 401
- 403
The updated place. See Places.PlaceDetailDto.
The removal failed — media-service error codes.
Caller is not authenticated.
Caller does not have Update permission on the Place module.