mutation

deleteMobileNumber

Delete mobile number from profile.
Arguments
active
Boolean!
Required
This is a boolean value to check if mobile number is active 1.True - number is active 2. False - number is inactive.
countryCode
String!
Required
Country code of the phone number, e.g. 91.
phone
String!
Required
Phone number.
platform
String
ID of the application.
primary
Boolean!
Required
This is a boolean value to check if mobile number is primary number (main number) 1. True - number is primary 2. False - number is not primary.
verified
Boolean!
Required
This is a boolean value to check if mobile number is verified 1. True - number is verified 2.False - number is not verified yet.
Response
register_token
String
A token used for registration purposes.
request_id
String
A random uuid string used to track the send OTP response.
Describes the user details structure.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...