# Delete primary email **DELETE /api/my-account/primary-email** Delete primary email for the user, a logto-verification-id header is required for checking sensitive permissions. The request is rejected if it would remove the user's last identifier. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ## Responses ### 204 The primary email was deleted successfully. ### 400 The request would remove the user's last identifier. ### 401 Permission denied, the verification record is invalid. ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)