Skip to main content
DELETE
Delete User Email

Authorizations

Authorization
string
header
required

Auth Platform API includes all the Auth related features. All Users, Phone Numbers, Emails, and OTPs are associated with an App as the container.

Endpoints only accept App's Secret API keys other than certain endpoints that are used client side or via SDK that accept the public_token.

Authentication using App Api Key

Header:

Authenticated Request

Path Parameters

email_id
string
required

Unique ID of the email to be deleted.

Response

200 - application/json

Delete User Email response

message
string
required

Success message of the action.

Minimum string length: 1
user_id
string
required

Unique User ID of the deleted user email.

Minimum string length: 1