Skip to main content
Question

Deleting an unwanted Marketing List


Forum|alt.badge.img+1
  • Top Contributor
  • 5 replies

I created a test marketing list and decided I want to delete the list. I’m unable to find an option to perform the delete of the marketing list.

Anyone have any idea how to delete the unwanted marketing list?

 

Thanks

Did this topic help you find an answer to your question?

13 replies

Aishwarya Parthasarathi
Top Contributor
Forum|alt.badge.img+8

Hello, 

Greetings from Freshsales Support. 

Currently, there is no option to delete the marketing lists created but to only edit the contacts added in the list. You can choose to add/remove the contacts in the list and edit the list name as per requirement. 

I hope this clarifies. Do let me know in case of any further queries, I’ll be happy to help out. 

Have a great day!


Forum|alt.badge.img+1
  • Author
  • Top Contributor
  • 5 replies
  • June 22, 2022

@Aishwarya Parthasarathi , thanks for replying. If you have a feature request register, please add this to it. 
 

It would be good to delete and clean up unwanted lists.


  • Community Debut
  • 1 reply
  • August 30, 2022

Are there plans to add this functionality? Having the ability to delete a list seems like a pretty basic function.


Horst
Community Debut
  • Community Debut
  • 1 reply
  • November 10, 2022

I agree completely. What can be created should also have an option to be deleted. These are the 2 most basic functions regarding any kind of object.


cannon617
Community Debut
  • Community Debut
  • 1 reply
  • November 14, 2022

Agreed - is there a feature request for this or can you please direct us to how to submit one? 

 

We need to be able to manage our Marketing Lists in order to ensure we’re in compliance. Someone selecting the wrong List to include in an Email Campaign could lead to bigger problems. 


Rogier
Skilled Expert
Forum|alt.badge.img+2
  • Skilled Expert
  • 6 replies
  • December 22, 2022

Totally agree, it’s super weird you cannot remove it.

Furthermore, it seems lists used to have more functionality, e.g. to export its contacts: https://support.freshmarketer.com/en/support/solutions/articles/50000001583-export-contacts-lists

 

Is omitting to remove or export some functional regression due to new UI/UX?


Rogier
Skilled Expert
Forum|alt.badge.img+2
  • Skilled Expert
  • 6 replies
  • December 22, 2022

I just found via the API it is possible: https://developers.freshworks.com/crm/api/#delete_a_list 🎉

So, I managed to remove my list, but super weird that I needed to do this via this route...

 

 


Aishwarya Parthasarathi
Top Contributor
Forum|alt.badge.img+8

Hi, 

Quick update on deleting the list via API. 
Please find the sample curl command to be used below,
Pre-requisites: The marketing list should be empty(devoid of contacts) and contacts related to the list shouldn't be present in the recycle bin as well.
API call: curl -H "Authorization: Token token=sfg999666t673t7t82" -H "Content-Type: application/json" -X DELETE "https://DOMAIN.myfreshworks.com/crm/sales/api/lists/LIST_ID"

I hope this helps. 


PatriciaK_B
Community Debut
  • Community Debut
  • 1 reply
  • August 6, 2024

Is this ever going to be solved? 


  • Community Debut
  • 1 reply
  • August 29, 2024

Hello,

This very basic functionnality really needs to be added !


Is this feature available now?


Kamakshi V
Community Manager
Forum|alt.badge.img+10
  • Community Manager
  • 278 replies
  • February 11, 2025

Hello ​@Dhanashekar.tr !!! Do you have any update here?


Dhanashekar.tr
Community Debut
Forum|alt.badge.img+1

Hi Everyone, 

 

Apologies for the inconvenience caused.

Currently, We don’t have an option to delete the marketing lists for UI. You can able to delete the list via REST API.

Please find the sample curl command to be used below,
Pre-requisites: The marketing list should be empty, all the contacts should be removed from the list before hitting the API.


API curl: curl -H "Authorization: Token token=sfg999666t673t7t82" -H "Content-Type: application/json" -X DELETE "https://DOMAIN.myfreshworks.com/crm/sales/api/lists/LIST_ID"

We are working with our product engineering team to getting this feature request live.

I hope this helps.

 

Thank You,

Dhanashekar T R

Specialist - Product Adoption