Skip to content

Wipe Inventory

POST
/v1/actions/wipe-inventory
curl --request POST \
--url https://example.com/api/v1/actions/wipe-inventory \
--header 'Authorization: <Authorization>' \
--header 'Content-Type: application/json' \
--data '{ "wipeLocations": true, "wipeMaintenance": true, "wipeTags": true }'

Deletes all items in the inventory

Wipe options

Media type application/json
object
wipeLocations
boolean
wipeMaintenance
boolean
wipeTags
boolean
Example generated
{
"wipeLocations": true,
"wipeMaintenance": true,
"wipeTags": true
}

OK

Media type application/json
object
completed
integer
Example generated
{
"completed": 1
}