Delete Media
DELETE/api/skus/deletemedia/:id/:mediaId
Tier: Public — stable, supported for third-party integration.
Soft-deletes a media record from a SKU (and its underlying blob, via the media orchestrator).
Request
Responses
- 200
- 400
- 401
- 403
Returns the updated Skus.SkuDetailDto.
{id} does not match an existing SKU (error array).
The caller is not authenticated.
The caller lacks Sku Update permission.