Soft-delete an auction by its slug. The associated product is set to DRAFT status.
cURL
curl --request DELETE \ --url https://api.auctionnow.io/api/alpha/merchant/auctions/{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 auction
Auction deleted successfully