mutation

deleteEmail

Delete email from profile.
Arguments
active
Boolean
Boolean value to check if email id is active 1. True - email id is active 2.False - email id is inactive. This parameter is obsolete.
email
String!
Required
The email id to delete.
platform
String
ID of the application. This parameter is obsolete and will be removed in a future release.
primary
Boolean
Boolean value to check if email id is primary (main email id) 1. True - email id is primary 2.False - email id is not primary. This parameter is obsolete.
verified
Boolean
Boolean value to check if email id is verified 1. True - email id is verified 2.False - email id is not verified yet. This parameter is obsolete.
Response
register_token
String
A token used for registration purposes will be sent when user is not registered.
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...