Skip to main content
DELETE
/
alpha
/
merchant
/
products
/
{slug}
Delete a product
curl --request DELETE \
  --url https://api.auctionnow.io/api/alpha/merchant/products/{slug} \
  --header 'Authorization: <authorization>'
{
  "message": "<string>",
  "error": "<string>"
}

Headers

Authorization
string
required

Your Auction Now API key as a Bearer token

Example:

"Bearer ak_XXXXXXX"

Path Parameters

slug
string
required

The unique slug of the product

Response

Product archived successfully