Archive a product by its slug. Archived products are hidden but preserved for history.
cURL
curl --request DELETE \ --url https://api.auctionnow.io/api/alpha/merchant/products/{slug} \ --header 'Authorization: <authorization>'
{ "message": "<string>", "error": "<string>" }
Your Auction Now API key as a Bearer token
"Bearer ak_XXXXXXX"
The unique slug of the product
Product archived successfully