Skip to main content
POST
/
v1
/
equipment
/
bags
/
{id}
/
clear
Clear bag contents
curl --request POST \
  --url http://localhost:3000/v1/equipment/bags/{id}/clear
{
  "success": true,
  "bag": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "bag_code": "<string>",
    "display_id": "<string>",
    "status": "<string>",
    "item_count": 123
  }
}

Path Parameters

id
string
required

Bag ID (UUID or taxonomy ID)

Response

Bag cleared

success
boolean
required
bag
object
required