Skip to main content
DELETE
/
alpha
/
merchant
/
customers
/
{customerId}
/
watches
/
{id}
Remove a watch for a customer
curl --request DELETE \
  --url https://api.auctionnow.io/api/alpha/merchant/customers/{customerId}/watches/{id} \
  --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

customerId
string
required

The unique ID of the customer

id
string
required

The product ID of the watch to remove

Response

Watch removed successfully