DELETE /releases//media/
This endpoint deletes a specific media file or link from a release. Only releases in ‘draft’ or ‘rejected’ status can have media deleted.Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ✅ | Release ID |
mediaId | string | path | ✅ | Media ID (cloudId) |
Responses
✅ 200 - Success
⚠️ 400 - undefined
⚠️ 401 - undefined
⚠️ 404 - undefined
❌ 500 - undefined
Tags
Release Media
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"