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

Delete member

Deletes a specific member associated to a Workspace.

DELETE
/v2/workspace/members/{member_id}

Authorization

authorization<token>

Use your API key here.

In: header

Path Parameters

member_idRequiredstring
Format: "uuid"
curl -X DELETE "https://app.luxor.tech/api/v2/workspace/members/36c414cb-b01a-4d0c-b276-1d41b955950f" \
  -H "authorization: <token>"

Default Response

{
  "action_id": "52d6fa12-2c88-46da-984a-4cc821c7837a"
}