Skip to content

Untagging Orders

DELETE
/bulk_tagging

Parameters

Header Parameters

x-api-key
string

E.g. 123

Example
123

Request Body

object
order_ids
required

Order IDs to untag

Array
tag_ids
required

Tags to remove from the selected orders

Array
Example
{
"order_ids": [
11665891,
11665111
],
"tag_ids": [
144441
]
}

Responses

200

OK