---
title: "Cli Remove Member"
method: DELETE
path: "/v1/cli/members"
tags: ["v1-cli"]
---

# Cli Remove Member

`DELETE /v1/cli/members`

Remove a member from the organization by email.

Uses API key auth to determine org_id.
Requires orgs.share permission.

Body:
    email: Email of member to remove

Returns:
    success, email

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/tryardent/apis/fastapi.md) · [All operations](https://skmtc.net/tryardent/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryardent/fastapi/versions/f92d8d54bae2/schema)
