Remove a watch on a product for a customer. The id path parameter is the productId.
id
cURL
curl --request DELETE \ --url https://api.auctionnow.io/api/alpha/merchant/customers/{customerId}/watches/{id} \ --header 'Authorization: <authorization>'
{ "message": "<string>", "error": "<string>" }
Your Auction Now API key as a Bearer token
"Bearer ak_XXXXXXX"
The unique ID of the customer
The product ID of the watch to remove
Watch removed successfully