# Delete a Tag Use this call to delete a tag from the account. When you delete a tag using the `/v1/tags/` endpoint, the tag will **automatically** be removed from all of the shipments associated with it. You'll need the existin `tag_name` to perform this call successfully. ## Example Request & Response **POST /v1/tags/:tag_name** ```http DELETE /v1/tags/east_warehouse HTTP/1.1 Host: api.shipengine.com API-Key: __YOUR_API_KEY_HERE__ ``` If successful, you will receive a **HTTP 204, (No Content)** response.