Skip to content

Commit 35d5632

Browse files
committed
Moved files and updated wording
1 parent e4644e0 commit 35d5632

File tree

5 files changed

+24
-28
lines changed

5 files changed

+24
-28
lines changed

src/content/docs/fundamentals/concepts/accounts-and-zones.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sidebar:
66

77
---
88

9+
import { Render } from "~/components";
10+
911
Within the Cloudflare ecosystem, there are three organizing concepts that control where specific settings live: user profiles, accounts, and zones.
1012

1113
```mermaid
@@ -34,9 +36,7 @@ end
3436

3537
## User profiles
3638

37-
Each user has a profile that contains several settings, such as [Communication preferences](/fundamentals/user-profiles/customize-account/#notifications) and [Language preferences](/fundamentals/user-profiles/customize-account/#language).
38-
39-
To access your profile, select the user icon and then **My Profile** from any page within the [Cloudflare dashboard](https://dash.cloudflare.com).
39+
<Render file="user-profiles" />
4040

4141
## Accounts
4242

src/content/docs/fundamentals/account/delete-account.mdx renamed to src/content/docs/fundamentals/user-profiles/delete-account.mdx

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ title: Delete your Cloudflare account
88
These steps do not apply to accounts under contract. Contact your account team for more information.
99
:::
1010

11-
***
12-
1311
## Who can delete their account
1412

1513
If your account uses [Single-Sign On (SSO)](/cloudflare-one/applications/configure-apps/dash-sso-apps/), your super administrator may need to delete your account on your behalf.
@@ -20,42 +18,31 @@ If your account does not use SSO, you can delete your account on your own.
2018

2119
Before Cloudflare can cancel your account and delete your personal information, you will need to follow the process below for each domain associated with your Cloudflare account:
2220

23-
* [Cancel your subscriptions or add-on services](/billing/cancel-subscription/)
24-
25-
* [Remove your domain from Cloudflare](/fundamentals/manage-domains/remove-domain/)
26-
27-
* [Remove Cloudflare nameservers at your domain registrar](/dns/zone-setups/full-setup/setup/)
28-
29-
* [Disable auto-renew for your Registrar domain(s)](/registrar/account-options/renew-domains#set-up-automatic-renewals)
30-
31-
* If you are using a Cloudflare [CNAME setup](/dns/zone-setups/partial-setup/), [update your DNS records](/dns/manage-dns-records/how-to/create-dns-records/#edit-dns-records) at your DNS provider to point to your website IPs or hostnames instead of Cloudflare.
32-
33-
* [Delete payment information](/billing/update-billing-info/#delete-your-current-payment-method)
34-
35-
* (*Optional*) [Download a copy of your invoices](/billing/invoices/#download-invoice). Once deleted, the invoices will no longer be accessible and cannot be re-sent to you.
21+
- [Cancel your subscriptions or add-on services](/billing/cancel-subscription/)
22+
- [Remove your domain from Cloudflare](/fundamentals/manage-domains/remove-domain/)
23+
- [Remove Cloudflare nameservers at your domain registrar](/dns/zone-setups/full-setup/setup/)
24+
- [Disable auto-renew for your Registrar domain(s)](/registrar/account-options/renew-domains#set-up-automatic-renewals)
25+
- If you are using a Cloudflare [CNAME setup](/dns/zone-setups/partial-setup/), [update your DNS records](/dns/manage-dns-records/how-to/create-dns-records/#edit-dns-records) at your DNS provider to point to your website IPs or hostnames instead of Cloudflare.
26+
- [Delete payment information](/billing/update-billing-info/#delete-your-current-payment-method)
27+
- (*Optional*) [Download a copy of your invoices](/billing/invoices/#download-invoice). Once deleted, the invoices will no longer be accessible and cannot be re-sent to you.
3628

3729
## Delete your Cloudflare account
3830

39-
Deleting your account is permanent. Any accounts where you are the primary owner will also be deleted and any other users on those accounts will be removed.
31+
When you delete your profile, the account associated with your profile and the last account you were working with using that profile are also deleted. Deleting your account is permanent. Any accounts where you are the primary owner will also be deleted and any other users on those accounts will be removed.
32+
33+
After you delete your profile, you cannot use the email address used with your profile to create a new account.
4034

4135
All domains, subscriptions, and billing information on your account will be removed from Cloudflare.
4236

4337
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com).
44-
4538
2. Select **My Profile**.
46-
4739
3. Select **Delete this user**.
48-
49-
![To delete your account, select Delete this user on your profile page.](~/assets/images/fundamentals/get-started/delete-account.png)
50-
51-
4. Select **Continue to delete user**.
52-
40+
4. Select **Delete user**.
5341
5. Follow the prompts to finish deleting your account.
5442

5543
:::note
5644

57-
5845
Cloudflare will purge your personal information within a year of a deletion request unless required to retain it for legal obligations (such as ongoing abuse investigations or pending litigation). Refer to the [Cloudflare Data Processing Addendum](https://www.cloudflare.com/cloudflare-customer-dpa/) for further information about the deletion of personal information following the cancellation of your account.
5946

60-
6147
:::
48+

src/content/docs/fundamentals/user-profiles/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ sidebar:
77

88
import { Render } from "~/components";
99

10+
<Render file="user-profiles" />
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
{}
3+
4+
---
5+
6+
Each user has a profile that contains several settings, such as [Communication preferences](/fundamentals/user-profiles/customize-account/#notifications) and [Language preferences](/fundamentals/user-profiles/customize-account/#language).
7+
8+
To access your profile, select the user icon and then **My Profile** from any page within the [Cloudflare dashboard](https://dash.cloudflare.com).

0 commit comments

Comments
 (0)