Deleting Tracks

You can delete a track import by sending in the delete action. This is not undoable, so please be sure you mean it.

/api/tracks/delete
Param Required Description
track_id yes The id of the track you wish to delete

Example Response

{
success: 1
}