Account & Settings

guilhermeavila
Member

Can I bulk delete all data in my CRM account? Or should I set up a new one?

SOLVE

Hi, 

 

I want to delete all my data and start again, from scratch.

 

How can I delete all my data (contacts, deals, everything)?

 

Thanks,

 

Guilherme.

1 Accepted solution
Solution
Anonymous
Not applicable

Can I bulk delete all data in my CRM account? Or should I set up a new one?

SOLVE

Hey @guilhermeavila this will be a manual process as there is not madd delete / reset function in the CRM.

 

To delete a company in HubSpot CRM, follow these instructions: How do I delete a company?

refresh-delete-companies.gif

 

To delete a contact: How do I delete a contact in the CRM?

refresh-delete-contacts.png

 

To delete a deal

If: How can I delete a deal in the CRM?

refresh-delete-deals-table.png

 

If you are starting fresh and want to change the company name / domain associated with your account then follow these instructions: Can I change the domain associated with my CRM account?

 

I hope the above resources are of help!

View solution in original post

6 Replies 6
RichardLogistic
Member

Can I bulk delete all data in my CRM account? Or should I set up a new one?

SOLVE

Hello guys,

 

There is a simple way:

1. Create a contact list;

2. Select a contact within that list; The app will show you a link to delete all contacts on this list;

3. Click the delete-all link and complete it.

0 Upvotes
kvlschaefer
Community Manager
Community Manager

Can I bulk delete all data in my CRM account? Or should I set up a new one?

SOLVE

Hi @RichardLogistic,

 

Thanks for sharing this method with us 🙂

 

Best,

Kristen


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !
0 Upvotes
Solution
Anonymous
Not applicable

Can I bulk delete all data in my CRM account? Or should I set up a new one?

SOLVE

Hey @guilhermeavila this will be a manual process as there is not madd delete / reset function in the CRM.

 

To delete a company in HubSpot CRM, follow these instructions: How do I delete a company?

refresh-delete-companies.gif

 

To delete a contact: How do I delete a contact in the CRM?

refresh-delete-contacts.png

 

To delete a deal

If: How can I delete a deal in the CRM?

refresh-delete-deals-table.png

 

If you are starting fresh and want to change the company name / domain associated with your account then follow these instructions: Can I change the domain associated with my CRM account?

 

I hope the above resources are of help!

guilhermeavila
Member

Can I bulk delete all data in my CRM account? Or should I set up a new one?

SOLVE

Hi,

Thanks. But what if I authorize the advanced support to clean all data, is it possible?

Or maybe delete my account and then I create a new one.

 

Thanks,

 

Guilherme.

0 Upvotes
roisinkirby
HubSpot Product Team
HubSpot Product Team

Can I bulk delete all data in my CRM account? Or should I set up a new one?

SOLVE

Hey @guilhermeavila welcome to the Community!

 

As @Anonymous advised, there is currently no way to reset / delete all data in the CRM. HubSpot's Customer Support team work with paid Sales Pro and Marketing customers, that said even they cannot bulk delete data in the way that you describe. 

 

In which case I would advise that yes, you should delete your account and start a new one if you want a completely blank/fresh start. Here are instructions on how to delete your accountplease note you must have administrator permissions to do so. 

0 Upvotes
crm
Member

Can I bulk delete all data in my CRM account? Or should I set up a new one?

SOLVE

Hello Team,

 

Greetings!

 

Thanks for your help. I have resolved this issue using php.

 

$ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "DELETE");
    $result = curl_exec($ch);
    $httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
    curl_close($ch);
    return $result;

 

Cheeeeeers!!!

0 Upvotes