Delete a track
DELETE/:qid/tracks/:track
Permanently deletes a track by its name. Only the tags associated with this track are deleted; batches are no longer tied to tracks and remain.
Request
Responses
- 204
- 401
- 404
Track (and its tags) deleted successfully
Provided authentication token cannot access the content object.
Track not found