Toshl Developer

Delete tag

Delete a tag. Some related data is updated asynchronously.

DELETE /tags/{id}

Required scope:

Parameters

id *
required
string

Tag id.

* denotes required field/parameter.

Request

$ curl https://api.toshl.com/tags/42 \
  -H "Authorization: Bearer T9cE5asGnuyYCCqIZFoWjFHvNbvVqHjl" \
  -X DELETE

Response

HTTP/1.1 204 No Content