Bulk remove tags from matters

Overview

Bulk remove tags from one or more matters. Same contract as PUT: send matters.uids (array of matter UIDs) and tags (array of tag strings to remove). Optional query param new_api: true (Frontage sends it). Available for Staff, App, and Directory tokens. Requires tags_feature (returns 401 when disabled). Frontend: frontage/app/assets/frontage/app/crm/actions/client-tags/client-bulk-tags-controller.js.coffee (customDELETE with body).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
boolean

Set to true to use bulk API (Frontage sends this).

Body Params
matters
object
required
tags
array of strings
required

List of tag strings to remove from the given matters.

tags*
Responses
200

Success

401

Unauthorized - missing or invalid token, or missing tags_feature.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!