Site Logo

Delete a Tag

Example

POST /v1/tags/:tag_name

1
2
3
DELETE /v1/tags/east_warehouse HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__

You will receive a HTTP 204, (No Content) response if deleting the tag was successful.