Delete tags from an order line

Method : DELETE

https://admin.vucustom.com/api/:api_version/order_lines/tags?id=&line_reference=

URL Parameters

Field Name
Description

id

System-generated unique identifier for the order line

line_reference

External reference number for the order line

Example Request
curl --location --request DELETE 'https://admin.vucustom.com/api/:api_version/order_lines/tags?id=&line_reference=' \
--data '{
    "tags": [
    ]
}'l'

200 Successful response example

no preview available

Last updated