Users
Delete User
Deletes a user of the given userId from the database.
If there are any purchases, ratings, bookmarks, cart additions or detail views made by the user present in the database, they will be deleted in cascade as well.
delete/{databaseId}/users/{userId}
Path parameters
databaseIdstring required
ID of your database.
userIdstring required
ID of the user to be deleted.
Response
Successful operation.