Skip to main content
DELETE
Delete Release Media
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

This endpoint deletes a specific media file or link from a release. Only releases in ‘draft’ or ‘rejected’ status can have media deleted. Authorization:
  • Required role: user or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Release ID

mediaId
string
required

Media ID (cloudId)

Response

Success

success
boolean
Example:

true

message
string
Example:

"Media deleted successfully"