orders
Unassign user from order
Unassigns a user from an order. If ANY of the orders within the array are not found, no orders will have their users unassigned.
post/orders/unassignuser
Request body
Example request
{
"orderIds": [
123456789,
12345679
]
}Response
User unassigned successfully
Example response
{
"success": true,
"message": "User unassigned successfully."
}