Remove a Shipment Tag
Use this call to remove a tag from a shipment. You'll need both the shipment_id
and tag_name
to perform this action successfully.
Example Request & Response
DELETE /v1/shipments/:shipment_id/tags/:tag_name
If successfuly, you will receive HTTP 204, No Content in the response.