curl --request DELETE \
--url https://api.hubapi.com/marketing/v3/campaigns/{campaignGuid}/assets/{assetType}/{assetId} \
--header 'Authorization: Bearer <token>'This response has no body data.Disassociate a specified asset from a campaign. Using the API, you can remove associations for the following asset types: ads, blog posts, calls, case studies, CTAs, CTAs (legacy), external website pages, feedback surveys, forms, files, knowledge base articles, landing pages, marketing email, marketing events, meetings, playbooks, podcast episodes, sales documents, sales emails, sequences, SMS, social posts, static lists, videos, website pages, and workflows.
For other asset types, it is recommended to manage your associations directly in the campaign tool in HubSpot.
curl --request DELETE \
--url https://api.hubapi.com/marketing/v3/campaigns/{campaignGuid}/assets/{assetType}/{assetId} \
--header 'Authorization: Bearer <token>'This response has no body data.Was this page helpful?