Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 0 additions & 57 deletions src/sentry/api/endpoints/project_user_details.py

This file was deleted.

6 changes: 0 additions & 6 deletions src/sentry/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@
ProjectTransactionThresholdOverrideEndpoint,
)
from .endpoints.project_transfer import ProjectTransferEndpoint
from .endpoints.project_user_details import ProjectUserDetailsEndpoint
from .endpoints.project_user_reports import ProjectUserReportsEndpoint
from .endpoints.project_user_stats import ProjectUserStatsEndpoint
from .endpoints.project_users import ProjectUsersEndpoint
Expand Down Expand Up @@ -2410,11 +2409,6 @@
ProjectUsersEndpoint.as_view(),
name="sentry-api-0-project-users",
),
re_path(
r"^(?P<organization_slug>[^\/]+)/(?P<project_slug>[^\/]+)/users/(?P<user_hash>[^/]+)/$",
ProjectUserDetailsEndpoint.as_view(),
name="sentry-api-0-project-user-details",
),
re_path(
r"^(?P<organization_slug>[^\/]+)/(?P<project_slug>[^\/]+)/(?:user-feedback|user-reports)/$",
ProjectUserReportsEndpoint.as_view(),
Expand Down
69 changes: 0 additions & 69 deletions tests/sentry/api/endpoints/test_project_user_details.py

This file was deleted.