For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete a product

Deactivates the specified product. This is a soft delete: the product record is not removed. Instead, the product is marked inactive (is_active becomes false) and its listable status is recalculated among its sibling variants.

If the product is already inactive and not listable, no change is made.

delete
/products/{id}/
Authorizations
AuthorizationstringRequired

Token credential sent in the Authorization header, in the form: Token <your-token>. Requires a staff (admin) account.

Path parameters
idintegerRequired

The unique identifier of the product.

Responses
204

The product was deactivated. No content is returned.

No content

delete/products/{id}/
DELETE /api/remote/1/products/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*

No content

Last updated

Was this helpful?