Description
Delete a tag. If a team_id is provided, the tag will only be deleted for that team.
Request
HTTP Method: DELETE
| Path Parameter | Description |
|---|---|
| tag_id | The ID of the tag to delete. |
| Query Parameter | Description |
|---|---|
| team_id | Optional ID of the team to remove the tag from. |
Sample request
curl -X DELETE \
https://<<META.tenant.domain>>/api/v1/tags/<<tag_id>> \
-H 'content-type: application/json' \
-H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>' \
-d '{"team_id": 5}'
Response
A successful request will return an empty response with a 204 status code.