Batch Remove Tags
POST
/tags/assignments/batch-remove
Headers
{{tenant_key_name}}stringOptional
Request
This endpoint expects a multipart form.
entity_typestringRequired
Required: Entity type key - in: customer|customer_location|work_order|equipment|lead|opportunity
entity_ids[]stringRequired
Required: Entity UUIDs - array - min 1 - max from TAGS_MAX_BATCH_ENTITIES env (default 500)
tag_type_ids[]stringRequired
Required: Tag type UUIDs - array - min 1 - max 20
continue_on_errorstringRequired
Optional: Continue removing remaining pairs if one fails - boolean - default true
Response
Successful response

