# Remove Tag
Using this location services, you can remove a tag.
# Building your request
You can delete a specific tag by passing the exact value of their tagId
in the DELETE /locations/tags/{id}
endpoint. In addition, ensure that your request has been authenticated by passing your JWT access_token
as the Authorization
header.
# Sample request:
In our example, we're going to be removing a tag from the database.
# Response Details:
On successful deletion, 204 code is returned with no content.
# 🚀 ☀️ ⭐️ Congratulations! ⭐️ ☀️ 🚀
You have now removed the specific tag, to help your users drive further goodness in the world!