Skip to main content
DELETE
/
catalog
/
v0
/
products
Delete Products
curl --request DELETE \
  --url https://api.example.com/catalog/v0/products \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}
This page does not apply to installs made in 2025 or later of the Depict Shopify apps

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

product_id
string[]
required

Response

Successful Response