hngprojects / hng_boilerplate_nestjs

Description
Apache License 2.0
182 stars 105 forks source link

[FEAT] Delete user API #119

Closed scottandee closed 2 weeks ago

scottandee 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

markessien commented 1 month ago

make it clear what role can delete a user. Also, soft delete