v2
latestOpenAPI 3.1.02026-08-075421692.0 MBConversions
Remove associated campaigns
Remove one or more campaign associations from this conversion rule. Pass adAccountId and campaignIds as query parameters (campaignIds is comma-separated). The route also accepts a JSON body with the same fields for clients that prefer DELETE-with-body, but the documented surface is query-only because some SDK code generators (e.g. Python) collapse query + body parameters with the same name into a single kwarg.
delete/v1/accounts/{accountId}/conversion-destinations/{destinationId}/associations
Path parameters
accountIdstring required
destinationIdstring required
Query parameters
adAccountIdstring required
campaignIdsstring required
Comma-separated list of campaign IDs.
Response
Per-campaign batch result. Status is 200 even when some rows failed — inspect failed[] for details.