Site Logo

Remove a Shipment Tag

Example

DELETE /v1/shipments/:shipment_id/tags/:tag_name

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

You will receive a HTTP 204, No Content.