# Tag Delete

Delete tag from project

DELETE

/api/tags/{tag_id}

Response:

{
    "message": "Tag deleted."
}