Hey Clay Team, qq how do I delete campaigns from sequencer.clay.com Smartlead portal 😅 I have all these New Campaigns created that were from deleted workbooks so just want to cleanse the ones not in use but seemingly can't find where to delete them
Our documentation covers removing individual leads from Smartlead campaigns using the "Remove Lead from Campaign" action, but doesn't include information about deleting entire campaigns from the Smartlead portal. For campaign deletion specifically within the sequencer.clay.com Smartlead portal, you'll need to access the campaign management features directly in your Smartlead account or portal interface. Are you looking to delete the campaigns directly from within Smartlead's interface, or are you trying to manage this through our Clay integration?
use api keys of smartleads to delete a campaigns. just read the api docs of smartlead and integrate it with clay.com
Hello Sean! Thanks for reaching out! Yes you can delete the campaigns using HTTP API. I found this endpoint in their api documentation
You can use the following endpoint:
[https://server.smartlead.ai/api/v1/campaigns/{campaign_id}?api_key={API_KEY}](https://server.smartlead.ai/api/v1/campaigns/{campaign_id}?api_key={API_KEY})
There is no other input required as per documentation. So you would go to Add enrichment > HTTP API > Put this in the endpoint section.
Replace the {campaign_id} with the campaign_id column in your table and add in your API key where it says {API_KEY}.
Test this out on one row to see if it works and confirm it in Smartlead as well. Once you are confident of the setup you can go ahead and do it for all campaigns you need deleted.
