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 |
trackId | string | path | ✅ | Track ID |
Responses
✅ 200 - Track deleted successfully
⚠️ 400 - undefined
⚠️ 401 - undefined
⚠️ 404 - undefined
❌ 500 - undefined
Tags
Release Asset
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"