Delete Tag Relationships Lists
DELETE {{baseUrl}}/api/tags/:id/relationships/lists/
Remove a tag's association with one or more lists.
Use the request body to pass in the ID(s) of the list(s) whose association with the tag
will be removed.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
lists:write
tags:write
Request Body
{"data"=>[{"type"=>"list", "id"=>"<string>"}, {"type"=>"list", "id"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Content-Type | string | ||
Accept | string |