The customer wants to know which value must be used for the cb_user_id parameter in the Delete User API, or is unable to locate the correct value in the console and API responses.
For the Delete User API, the value that must be used for cb_user_id is the user’s login_id. This login_id value is returned by the List All Users API.
To find the correct value:
Using any other identifier (such as display name, email, or a different internal ID) instead of login_id for cb_user_id will result in the Delete User operation failing or not targeting the expected account.