Deletes the phone number of the authenticated user by JWT.
The phone number in this call is used only for passing the two-factor authentication.
phoneNumber required | string^(\+){0,1}(\d){5,25}$ User phone number according to national conventions. |
No Content
Bad Request
Forbidden
Not Found
curl --request DELETE \ --url https://login.xsolla.com/api/users/me/phone/{phoneNumber} \ --header 'Authorization: Bearer BEARER_TOKEN'
{- "error": {
- "code": "0",
- "description": "Query parameter projectId value '8513c0-0336-4927-b351-02ccec7f3cb6'\nviolated a constraint (This is not a valid UUID).\n"
}
}