Create DELETE /api/admin/users/{id} endpoint #37

Closed
opened 2025-11-20 22:16:13 +00:00 by KZix · 0 comments
Owner

Acceptance Criteria:

  • Admin-only endpoint
  • Implement soft deletion
  • Return 401 if not admin
  • Return 403 if admin attempts to delete self
  • Return 404 if user not found
  • Preserve transaction history
**Acceptance Criteria:** - [x] Admin-only endpoint - [x] Implement soft deletion - [x] Return 401 if not admin - [x] Return 403 if admin attempts to delete self - [x] Return 404 if user not found - [x] Preserve transaction history
KZix added the user-managementadminfeatureapi labels 2025-11-20 22:16:13 +00:00
KZix added this to the Bisca - API project 2025-11-20 22:16:13 +00:00
FernandoJVideira moved this to To Do in Bisca - API on 2025-12-20 21:26:55 +00:00
FernandoJVideira moved this to In Progress in Bisca - API on 2025-12-29 11:27:49 +00:00
FernandoJVideira self-assigned this 2025-12-29 11:27:58 +00:00
FernandoJVideira moved this to Done in Bisca - API on 2025-12-30 10:28:58 +00:00
Edd closed this issue 2025-12-30 20:34:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SyntaxSquad/DADProject#37