Delete Media
DELETE/api/items/deletemedia/:id/:mediaId
Tier: Public — stable, supported for third-party integration.
Removes a media record from an item and deletes the stored file.
Request
Responses
- 200
- 400
- 401
- 403
Returns the updated item. See Items.ItemDetailDto.
The item is unknown (InvalidReference).
Caller is not authenticated.
Caller does not have Update permission on the Item module.