Skip to main content
DELETE
/
storefronts
/
{platformId}
/
inventory-sources
/
{sourceId}
Delete inventory source
curl --request DELETE \
  --url https://api.agentic.scope3.com/api/v2/partner/storefronts/{platformId}/inventory-sources/{sourceId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

platformId
string
required

Storefront platform ID slug

Minimum string length: 1
sourceId
string
required

Inventory source ID

Minimum string length: 1

Response

No content