Open samcdavid opened 7 years ago
As a user, if I want to stop being a member of the community, I want the ability to delete my account.
Tasks:
/api/v1/user/:id
As a user, if I want to stop being a member of the community, I want the ability to delete my account.
Tasks:
/api/v1/user/:id
will return HTTP status 204 No Content if the user is authorized to delete the account/api/v1/user/:id
will return HTTP status 401 Unauthorized if the user is not authorized to delete the account