Xsolla-logo

Delete user phone number

delete/users/me/phone/{phoneNumber}

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.

SecurityBearer
Request
path Parameters
phoneNumber
required
string

User phone number according to national conventions.

Responses
204

No Content

400

Bad Request

403

Forbidden

404

Not Found

Request samples
Response samples
application/json
{
  • "error": {
    }
}