curl --request DELETE \
--url https://api.hubapi.com/marketing/campaigns/2026-03/{campaignGuid}/assets/{assetType}/{assetId} \
--header 'Authorization: Bearer <token>'This response has no body data.Disassociate an asset from a specific campaign. This operation removes the association between the specified asset and campaign, effectively detaching the asset from the campaign’s context.
curl --request DELETE \
--url https://api.hubapi.com/marketing/campaigns/2026-03/{campaignGuid}/assets/{assetType}/{assetId} \
--header 'Authorization: Bearer <token>'This response has no body data.Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier of the asset to be disassociated from the campaign.
The type of asset to be disassociated from the campaign.
The unique identifier of the campaign from which the asset will be disassociated.
Was this page helpful?