cryptic-game / cryptic-service

The offical service microservice of Cryptic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add "delete_user" endpoint

JannikEmmerich opened this issue · comments

Description

We need to add a delete_user endpoint which is called by the server when a user is going to be deleted.
The endpoint has to delete all to the given user related information.

commented

the microservice endpoint should accept a parameter user_uuid, the uuid of the user that is going to be deleted