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

Delete subaccount

Deletes a specific subaccount associated to a Workspace.

DELETE
/v2/pool/subaccounts/{subaccount_name}

Authorization

authorization<token>

Use your API key here.

In: header

Path Parameters

subaccount_nameRequiredstring

A subaccount name for which to retrieve summary information.

Minimum length: 1
curl -X DELETE "https://app.luxor.tech/api/v2/pool/subaccounts/my_subaccount" \
  -H "authorization: <token>"

Default Response

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