Skip to main content
DELETE
/
alpha
/
merchant
/
auctions
/
{slug}
Delete an auction
curl --request DELETE \
  --url https://api.auctionnow.io/api/alpha/merchant/auctions/{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 auction

Response

Auction deleted successfully