Project.remove_tag¶
Detach a tag from this project.
DELETE /api/tags/projects/{project_id}/remove/{tag_id}.
Signature¶
remove_tag(tag_id: str) -> None
Parameters¶
| Name | Type | Required | Default |
|---|---|---|---|
tag_id |
str |
yes | - |
HTTP parameters¶
| Name | In | Type | Required | Default |
|---|---|---|---|---|
project_id |
path |
string |
yes | - |
tag_id |
path |
string |
yes | - |
Fields¶
| Field |
|---|
tag_id |
Return shape¶
HTTP 204 — No Content
Permission¶
Required permission: Team membership required
HTTP¶
DELETE /api/tags/projects/{id}/remove/{tag_id} (removeTagFromProject)
Usage¶
project.remove_tag(tag_id)