Luxor Documentation Hub Logo
Mining Pool/API Documentation/V2/Watcherlinks

Delete watcherlink

Delete a specific watcherlink by its ID.

DELETE
/v2/workspace/watcher-links/{watcherlink_id}

Authorization

authorization<token>

Use your API key here.

In: header

Path Parameters

watcherlink_idRequiredstring
Format: "uuid"
curl -X DELETE "https://app.luxor.tech/api/v2/workspace/watcher-links/575370fd-ecb7-40bb-a3da-8af78e0dab6b" \
  -H "authorization: <token>"

Default Response

{
  "watcherLinkId": "c94559e4-a5f1-420b-b180-e9012874f804"
}