Skip to main content
DELETE
/
storefronts
/
{platformId}
Delete storefront
curl --request DELETE \
  --url https://api.agentic.scope3.com/api/v2/partner/storefronts/{platformId} \
  --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
Example:

"cvs-media"

Response

No content