Skip to main content
POST
/
v1
/
scanner
/
rfc-picks
/
clear-tote
Force-release a tote from existing assignments
curl --request POST \
  --url http://localhost:3000/v1/scanner/rfc-picks/clear-tote \
  --header 'Content-Type: application/json' \
  --data '
{
  "tote_id": "0110001000000054"
}
'
{
  "success": true,
  "message": "<string>"
}

Body

application/json
tote_id
string
required

Tote ID to clear

Example:

"0110001000000054"

Response

200 - application/json

Tote assignments cleared

success
boolean
required
message
string
required