Delete maintenance plan
Future<void> deleteMaintenancePlan(String planId,) async { await _apiClient.delete('/api/v1/maintenance/plans/$planId'); }