cryptic-game / cryptic-network

The official network microservice of cryptic-game
GNU Affero General Public License v3.0
2 stars 0 forks source link

Add "delete_user" endpoint #22

Closed JannikEmmerich closed 4 years ago

JannikEmmerich commented 4 years ago

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.

Defelo commented 4 years ago

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