mutation

deleteEmail

Delete email from profile.
Arguments
active
Boolean!
Required
Boolean value to check if email id is active 1. True - email id is active 2.False - email id is inactive.
email
String!
Required
The email id to delete.
platform
String
ID of the application.
primary
Boolean!
Required
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.
verified
Boolean!
Required
Boolean value to check if email id is verified 1. True - email id is verified 2.False - email id is not verified yet.
Response
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...