Delete Tag Relationships Segments

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

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

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

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

Scopes: segments:write tags:write

Request Body

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

HEADERS

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