Skip to main content
DELETE
/
api
/
products
/
{key}
/
versions
/
{version}
Delete Product Version
curl --request DELETE \
  --url https://api.merchantops.ai/api/products/{key}/versions/{version}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Headers

authorization
string | null
X-Organization-ID
string | null

Path Parameters

key
string
required
version
integer
required

Cookies

stytch_session
string | null

Response

Successful Response