Deletes the given artist by id
Future<void> deleteArtist(int id) async { await _delete('/api/artist/$id'); }