Delete an existing login identifier for a user by given userID
and identifierID
.
Basic authentication is used to authenticate requests to the Backend API. The username is the project ID and the password is the API secret.
The project ID and API secret can be found in the Developer Panel.
Unique identifier of the user. Format: usr-<number>
.
"usr-4693224802260150919"
Unique identifier of the login identifier (e.g., email address or phone number). Format: ide-<number>
.
"ide-4693224802260150919"
Operation succeeded.
The response is of type object
.