Remove Tag From Task

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

SecurityAuthorization Token
Request
path Parameters
task_id
required
string
tag_name
required
string
query Parameters
custom_task_ids
boolean

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

team_id
number <double>

Only used when the custom_task_ids parameter is set to true.

For example: custom_task_ids=true&team_id=123.

header Parameters
Content-Type
required
string
Value: "application/json"
Responses
200
delete/v2/task/{task_id}/tag/{tag_name}
Request samples
Response samples
application/json
{ }