Delete Tag Relationships Campaigns

DELETE {{baseUrl}}/api/tags/:id/relationships/campaigns/

Remove a tag's association with one or more campaigns.

Use the request body to pass in the ID(s) of the campaign(s) whose association with the tag will be removed.

Rate limits:
Burst: 3/s
Steady: 60/m

Scopes: campaigns:write tags:write

Request Body

{"data"=>[{"type"=>"campaign", "id"=>"<string>"}, {"type"=>"campaign", "id"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
revisionstring(Required) API endpoint revision (format: YYYY-MM-DD[.suffix])
Content-Typestring
Acceptstring