Delete tag
Delete a tag. Some related data is updated asynchronously.
DELETE /tags/{id}
Required scope:
- tags:rw
Parameters
id * required string
|
Tag id. |
* denotes required field/parameter.
Request
$ curl https://api.toshl.com/tags/42 \ -H "Authorization: Bearer T9cE5asGnuyYCCqIZFoWjFHvNbvVqHjl" \ -X DELETE