Skip to content

Commit 579a829

Browse files
author
NisanthanNanthakumar
authored
feat(eventuser): Delete ProjectUserDetailsEndpoint (#59180)
## Objective: Deletes ProjectUserDetailsEndpoint GET and DELETE endpoints. We have not had a request to both these endpoints in the past 365 days. Redash query [here](https://redash.getsentry.net/queries/5158?p_days=365).
1 parent 2dd5134 commit 579a829

File tree

3 files changed

+0
-132
lines changed

3 files changed

+0
-132
lines changed

src/sentry/api/endpoints/project_user_details.py

Lines changed: 0 additions & 57 deletions
This file was deleted.

src/sentry/api/urls.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,6 @@
529529
ProjectTransactionThresholdOverrideEndpoint,
530530
)
531531
from .endpoints.project_transfer import ProjectTransferEndpoint
532-
from .endpoints.project_user_details import ProjectUserDetailsEndpoint
533532
from .endpoints.project_user_reports import ProjectUserReportsEndpoint
534533
from .endpoints.project_user_stats import ProjectUserStatsEndpoint
535534
from .endpoints.project_users import ProjectUsersEndpoint
@@ -2411,11 +2410,6 @@
24112410
ProjectUsersEndpoint.as_view(),
24122411
name="sentry-api-0-project-users",
24132412
),
2414-
re_path(
2415-
r"^(?P<organization_slug>[^\/]+)/(?P<project_slug>[^\/]+)/users/(?P<user_hash>[^/]+)/$",
2416-
ProjectUserDetailsEndpoint.as_view(),
2417-
name="sentry-api-0-project-user-details",
2418-
),
24192413
re_path(
24202414
r"^(?P<organization_slug>[^\/]+)/(?P<project_slug>[^\/]+)/(?:user-feedback|user-reports)/$",
24212415
ProjectUserReportsEndpoint.as_view(),

tests/sentry/api/endpoints/test_project_user_details.py

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)