action shipengine_untag_shipment { label: "Remove Tag from Shipment" description: "Remove an existing tag from the Shipment object" provider: shipengine method: DELETE path: "/v1/shipments/{shipment_id}/tags/{tag_name}" encoding: json output: { type: "string" } }