DELETE /users/{id}
Delete a user in your organization. You cannot recover deleted users. If you think that you might need to access the user later, consider deactivating the user instead.
Path Parameters
userId | The id associated with a specific user. |
Example Request
curl -X DELETE \
https://api.openconnectors.us2.ext.hana.ondemand.com/elements/api-v2/users/161268 \
-H 'authorization: User sAfK7LJGNz5ZHcNrvdJvLI=f03WbTbH6aRKc0HJ3oOIi, Organization 58168435e3b9959a929eb04b6218b9a2' \
-H 'content-type: application/json' \
Example Response
The response is empty. You can confirm that you deleted the account with GET /users
.