Skip to main content
DELETE
/
product
/
{product_number}
/
{language_code}
Delete product
curl --request DELETE \
  --url https://start.aiotic.ai/product/{product_number}/{language_code} \
  --header 'X-API-Key: <api-key>'
{
  "detail": "<string>"
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Required on all endpoints except /healthcheck. Customer and product endpoints also accept a customer-specific API key.

Path Parameters

product_number
string
required

Product item number

language_code
string
required

Product language code (e.g., "en", "nl")

Response

Product deleted successfully