Delete Tag Relationships Flows

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

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

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

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

Scopes: flows:write tags:write

Request Body

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

HEADERS

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