hngprojects / hng_boilerplate_golang_web

Apache License 2.0
77 stars 50 forks source link

[FEAT] Delete user API #105

Closed utuedey closed 1 month ago

utuedey commented 1 month ago

Description

Develop API endpoint to soft-delete a single user

Acceptance Criteria

Request

Expected Outcome

{
  "status":string,
  "message": string,
  "status_code":int
}

Purpose

Enable soft-deletion of user records from the user Details Page.

Requirements

Checklist

Unittests

utuedey commented 1 month ago

Ticket approved by one mentor link