cURL
curl --request DELETE \ --url https://staging-api.puppetvendors.com/integrations/shipstation \ --header 'x-access-token: <api-key>'
Remove the vendor’s ShipStation API credentials
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": { "deleted": true } }
curl -X DELETE "https://staging-api.puppetvendors.com/integrations/shipstation" \ -H "x-access-token: YOUR_VENDOR_JWT"
Was this page helpful?