Song data HTTP delete Endpoint functionality #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement the deletion functionality for the api/song/data HTTP endpoint.
When a song is deleted using this endpoint it also deletes the song attribute record for the song.
If the Directory that the song is stored in is empty after deletion, delete the directory as well.
Related to
#17