API reference · Work Management v1
DELETE/api/v1/tags/entity/{entityType}/{entityId}

Remove tags from entity

Removes tag set from entity route params/body.

RBAC · tag

Path parameters

entityTypestringRequired
Tagged entity type from route segment.
entityIdstringRequired
Tagged entity id from route segment.

Request body

Content type: application/json · schema WorkV1GenericBody

object
Controller/service-specific payload; see source route/controller for exact required shape.

Response body

Success response 200 · schema WorkV1ApiSuccess

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

200
Operation succeeded.
204
Delete-like operation can return no content when implemented that way.
400
Validation or request parsing failure.
401
API key missing/invalid or associated user missing.
403
RBAC denied for tag resource action.
404
Target resource not found.
500
Unexpected controller/service failure.