> ## Documentation Index
> Fetch the complete documentation index at: https://stytch.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete

> Permanently deletes the specified member from the organization. Calls the `DELETE /sdk/v1/b2b/organizations/members/{member_id}` endpoint. Requires an active session and appropriate RBAC permissions. This action is irreversible.

## Returns

<ResponseField name="requestId" type="String" required />

<ResponseField name="memberId" type="String" required />

<ResponseField name="statusCode" type="Int" required />

<RequestExample>
  ```swift theme={null}
  let response = try await StytchB2B.members.admin.delete("member-test-d5a3b680-e8a3-40c0-b815-ab79986666d0")
  ```
</RequestExample>
