Remove Tag from Entities

Remove a tag from multiple entities at once

Authentication

AuthorizationBearer

Bearer token authentication using JWT tokens from Ory Kratos/Hydra

Path Parameters

org_idstringRequiredformat: "uuid"
The unique identifier of the organization.
project_idstringRequiredformat: "uuid"
The unique identifier of the project.
entity_typeenumRequired

The type of entity this tag applies to (task or task_revision).

Allowed values:
tag_idstringRequiredformat: "uuid"

The unique identifier (UUID) of the tag to operate on.

Request

This endpoint expects an object.
entitieslist of stringsRequired
List of entity IDs to apply this Tag to

Response

Successful Response

Errors