Skip to main content
DELETE
Delete a track (release asset)
This endpoint requires authentication. Include your Bearer token in the Authorization header.

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

trackId
string<uuid>
required

Track ID

Response

Track deleted successfully

success
boolean
Example:

true

message
string
Example:

"Track deleted successfully"