cURL
curl --request DELETE \ --url https://staging-api.puppetvendors.com/settings/shipping/warehouses/{index} \ --header 'x-access-token: <api-key>'
Remove a warehouse at the given index
Documentation IndexFetch the complete documentation index at: https://dev.puppetvendors.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://dev.puppetvendors.com/llms.txt
Use this file to discover all available pages before exploring further.
{ "success": true, "data": [ { "locationId": 1, "name": "East Coast Fulfillment" } ] }
curl -X DELETE "https://staging-api.puppetvendors.com/settings/shipping/warehouses/0" \ -H "x-access-token: YOUR_VENDOR_JWT"
Was this page helpful?