[PR #415] [MERGED] Analytics report request deletion #507

Closed
opened 2026-02-26 22:31:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/415
Author: @rudrankriyam
Created: 2/2/2026
Status: Merged
Merged: 2/3/2026
Merged by: @rudrankriyam

Base: mainHead: cursor/analytics-report-request-deletion-5251


📝 Commits (2)

  • f34abf6 test: add analytics request delete coverage
  • 9d87ea8 feat: add analytics report request delete

📊 Changes

6 files changed (+125 additions, -2 deletions)

View changed files

📝 internal/asc/analytics.go (+7 -0)
📝 internal/asc/analytics_output.go (+23 -0)
📝 internal/asc/analytics_test.go (+17 -0)
📝 internal/asc/output_core.go (+4 -0)
📝 internal/cli/analytics/analytics_requests.go (+64 -2)
📝 internal/cli/cmdtest/analytics_test.go (+10 -0)

📄 Description

Add DeleteAnalyticsReportRequest client method and asc analytics requests delete CLI command to enable deletion of analytics report requests.


Open in Cursor Open in Web


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/415 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 2/2/2026 **Status:** ✅ Merged **Merged:** 2/3/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `cursor/analytics-report-request-deletion-5251` --- ### 📝 Commits (2) - [`f34abf6`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/f34abf6e031bd3dd01997fc2f6cf949d2bf036fd) test: add analytics request delete coverage - [`9d87ea8`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/9d87ea80292dc3484a70187de172a2a2463d01e9) feat: add analytics report request delete ### 📊 Changes **6 files changed** (+125 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `internal/asc/analytics.go` (+7 -0) 📝 `internal/asc/analytics_output.go` (+23 -0) 📝 `internal/asc/analytics_test.go` (+17 -0) 📝 `internal/asc/output_core.go` (+4 -0) 📝 `internal/cli/analytics/analytics_requests.go` (+64 -2) 📝 `internal/cli/cmdtest/analytics_test.go` (+10 -0) </details> ### 📄 Description Add `DeleteAnalyticsReportRequest` client method and `asc analytics requests delete` CLI command to enable deletion of analytics report requests. --- <a href="https://cursor.com/background-agent?bcId=bc-baf67c81-25cf-4fe3-8f6f-68fd325485cb"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img alt="Open in Cursor" width="131" height="28" src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-baf67c81-25cf-4fe3-8f6f-68fd325485cb"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-web-light.png"><img alt="Open in Web" width="114" height="28" src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:31:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#507
No description provided.