Luxor Documentation Hub Logo
Mining Pool/API Documentation/Workspaces

Delete watcherlink by ID

Delete a specific watcherlink by its ID.

DELETE
/v1/workspace/watcher-links/{watcherLinkId}

Authorization

authorization<token>

Use your API key here.

In: header

Path Parameters

watcherLinkIdRequiredstring
Format: "uuid"
curl -X DELETE "https://app.luxor.tech/api/v1/workspace/watcher-links/497f6eca-6276-4993-bfeb-53cbbbba6f08" \
  -H "authorization: <token>"

Response body for deleting a watcher link by ID

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