Untag Order
Remove a tag from an order.
Overview
- Method: DELETE
- Path:
/untag-order/:orderId/:tagId - Tags: orders, brand
Parameters
orderId (path)
- Type:
string - Required: Yes
- Description: No description
tagId (path)
- Type:
string - Required: Yes
- Description: No description
Request Body
No request body required.
Responses
200
Success
Content Type: application/json
{
"message": "string"
}400
Validation error
Content Type: application/json
{
"error": "string",
"details": [
{}
]
}Example Usage
curl -X DELETE \
https://api.pillexa.com/untag-order/:orderId/:tagId \
-H "Content-Type: application/json" \