Delete an existing user.delete https://example.com/user-profile/v1/users/{id}Deletes an existing user.User roles: adminPath ParamsidstringrequiredThe unique internal identifier of the entity that should be processed or the special value currentuser that uses the ID provided in the userID header.Query Paramsprivacy-noticestringDefaults to falseParameter which must be set if the users privacy notice should be returnedResponses 204User was deleted successfully. 400Response indicating a client error. 404The given ID cannot be resolved. 429Too Many Requests, the server has reached a limit, the request must be sent again at a later time.Updated about 16 hours ago