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