so our v1 apis are service based, which means the auth api is for the authenticated user and the management api is for the administrator, with the new apis, we go into a resource based approach, so we have a user api with a delete endpoint which can be used by all users.
The state of the user will be changed to 'deleted'. The user will not be able to log in anymore. Endpoints requesting this user will return an error 'User not found.
The state of the user will be changed to 'deleted'. The user will not be able to log in anymore. Endpoints requesting this user will return an error 'User not found..