---
title: "GET /private/delete_member"
method: GET
path: "/private/delete_member"
tags: ["Account Management", "Private"]
---

# GET /private/delete_member

`GET /private/delete_member`

Deletes a Direct Access member from the account. Returns the resulting list of all members
configured for the account.

This method is dedicated to Starbase. See [Starbase Account Model](https://docs.deribit.com/starbase/account-model)
for an explanation of Members, portfolios, and their relationship to Deribit accounts.

Requires Direct Access trading to be enabled for the account.

**Scope:** `account:read_write` and mainaccount

[Try in API console](https://test.deribit.com/api_console?method=%2Fprivate%2Fdelete_member)

## Query parameters

- `member_id` integer, required

## Response `200`

Success response

- PrivateDeleteMemberResponse
  - `jsonrpc` '2.0', required — The JSON-RPC version (2.0)
  - `id` integer — The id that was sent in the request
  - `result` MembersList, required
    - `members` Member[], required
      - `member_id` integer — Member identifier. Only present when the request is made from the main account.
      - `main_uid` integer — User ID of the main account the member belongs to. Only present when the request is made from the main account.
      - `name` string, required — Name of the member.
      - `is_active` boolean, required — Whether the member is active. Only active members have Direct Access trading rights.
      - `accounts` integer[] — List of (sub)account user ids the member has Direct Access trading rights on. Only present when the request is made from the main account.
      - `m_tstamp` integer — Timestamp of the last modification of the member, in milliseconds since the UNIX epoch. Only present when the request is made from the main account.
    - `is_direct_access_allowed` boolean, required — Whether Direct Access trading is enabled for the account.

---

[API](https://skmtc.net/deribit/apis/deribit-api-2.md) · [All operations](https://skmtc.net/deribit/apis/deribit-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deribit/deribit-api-2/versions/430b3f0bc67c/schema)
