v1

latestOpenAPI 3.1.02026-07-24172151607.6 KB
Tags

Remove Tag From Task

Remove a Tag from a task. This does not delete the Tag from the Space.

delete/v2/task/{task_id}/tag/{tag_name}

Path parameters

task_idstring required
Example:abc
tag_namestring required
Example:name

Query parameters

custom_task_idsboolean
Example:true

If you want to reference a task by it's custom task id, this value must be true.

team_idnumber
Example:123

When the custom_task_ids parameter is set to true, the Workspace ID must be provided using the team_id parameter.
For example: custom_task_ids=true&team_id=123.

Headers

Content-Type'application/json' required
Example:application/json

Response

object required

Example response

{}