Skip to main content
The DELETE /v1/products/watches/{watch_id} endpoint permanently removes a product watch. Once deleted, the watch stops checking immediately and no further notifications are sent. This action cannot be undone — to stop monitoring temporarily, update the watch status to "paused" instead.

Endpoint

Path parameters

string
required
The unique identifier of the watch to delete.

Headers

string
required
Bearer token for authentication. Format: Bearer {your_api_key}.

Example request

Response

A successful deletion returns 200 OK with confirmation of the deleted watch ID.

Response fields

string
Confirmation string. Always "deleted" on a successful request.
string
The ID of the watch that was deleted.
string
Unique identifier for this request. Include this value when contacting support.