Error
Catalog endpoints
Delete a product
Deletes a product. Returns 422 PRODUCT_HAS_PRICES when the product still has
associated prices, or 422 PRODUCT_DELETION_UNSUPPORTED when deletion is disabled
for this resource. To archive a product without deleting, update it with
active: false.
DELETE
Error
Authorizations
A merchant secret key (sk_…) sent as Authorization: Bearer <key>.
Headers
A unique key that makes retries safe: the same key with the same request body returns the original response instead of repeating the operation.
Maximum string length:
255Path Parameters
The product id (prod_…).

