AladiaDocs
Api referenceUsers

Delete the secondary email of an user

Remove secondary email from an auth

DELETE
/v2/auth/users/secondary-email

Remove secondary email from an auth

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X DELETE "https://example.com/v2/auth/users/secondary-email" \  -H "Content-Type: application/json" \  -d '{    "email": "string"  }'
{  "resource": {},  "request": {},  "webhookEventName": "course.created"}