Delete primary email
Delete primary email for the user, a verification-record-id in header is required for checking sensitive permissions.
DELETE
/api/my-account/primary-email
curl \
--request DELETE 'https://[tenant_id].logto.app/api/my-account/primary-email' \
--header "Authorization: Bearer $ACCESS_TOKEN"