function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Tim Mauro 8Tim Mauro 8 

Why can't I delete this campaign?

We don't use campaigns, this is the only one in our database, and I need to delete it because it is of Record Type where I can't uninstall the Volunteer package because of it.  Thank you!

Screenshot of campaign I can't delete
Best Answer chosen by Tim Mauro 8
VinayVinay (Salesforce Developers) 
Hi Tim,

Can you check below links.

Might be you need to check permission on profile.

https://help.salesforce.com/articleView?id=000316602&language=en_US&type=1&mode=1
https://www.simplysfdc.com/2013/04/delete-campaign-in-salesforce.html

Thanks,
Vinay Kumar

All Answers

VinayVinay (Salesforce Developers) 
Hi Tim,

One way to delete using Developer Console is to first execute your query
SELECT Id from Campaign where id='salesforce record id'.
Then highlight all the result rows and click on the Delete Row button at the bottom.

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
Vinay Kumar
Tim Mauro 8Tim Mauro 8
Hi - tried it, got: [object Object]: insufficient access rights on object id

Note also it has no Edit/Delete button (I am SysAdmin w/ full privileges).  This row is unlike any I've ever seen, it seems indestructible!
 
VinayVinay (Salesforce Developers) 
Hi Tim,

Can you check below links.

Might be you need to check permission on profile.

https://help.salesforce.com/articleView?id=000316602&language=en_US&type=1&mode=1
https://www.simplysfdc.com/2013/04/delete-campaign-in-salesforce.html

Thanks,
Vinay Kumar
This was selected as the best answer
Tim Mauro 8Tim Mauro 8
That's it!  Marketing User has to be checked, somehow mine was unchecked.  I never would have found that. Endless Google searches didn't find it either.  Thank you!