order_id
as a path parameter for the order and the tag_id
as a path parameter for the tag.orders.read_write
- Orders Read & WriteAuthorization: Bearer ********************
curl --location --request DELETE 'https://api.salla.dev/admin/v2/orders//tags/'
{
"status": 202,
"success": true,
"data": {
"message": "The Object has been removed successfully",
"code": 202
}
}