Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete User by ID does not return an error, even if the deleted ID is set #16

Open
junyama opened this issue Aug 20, 2021 · 0 comments
Open

Comments

@junyama
Copy link

junyama commented Aug 20, 2021

Here is the way to reproduce the issue:

  1. Create a new User by using Create new User API
  2. Check ID of the user created at the step 1) by using Get All Users with Paging API
  3. Delete the user by using Delete User by ID API with the ID
  4. Delete the user by using Delete User by ID API with the same ID again

Even if you call Delete User by ID API with ID of a user which was already deleted, the return message of API is as follows:

{
"status": "OK",
"code": 200,
"message": "User was successfully deleted"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant