Delete party
Future<void> deleteParty(String partyId) async { await _apiClient.delete('/api/v1/parties/$partyId'); }