ibm-cloud-docs / appid

IBM Cloud App ID documentation
https://cloud.ibm.com/docs/services/appid?topic=appid-gettingstarted#gettingstarted
6 stars 24 forks source link

Delete user profile with REST instruction incorrect #378

Closed cpschult closed 3 years ago

cpschult commented 3 years ago

In section 'Deleting a profile with the API' step 3 says:

  1. By using the ID that you obtained in the previous step, make a DELETE request to the /users endpoint to see their full user profile.

Should that be like this instead?

  1. By using the ID that you obtained in the previous step, make a DELETE request to the /users endpoint to delete the profile.
smguilia commented 3 years ago

Hi @cpschult,

Thank you for opening an issue! I've updated the documentation. Please don't hesitate to open more issues in the future if you come across similar issues or have idea's for improvements to the the documentation.

-- shawna