---
title: "Delete a member"
method: DELETE
path: "/v1/config/members/{email}"
tags: ["Members"]
---

# Delete a member

`DELETE /v1/config/members/{email}`

Removes a member from the organization. This does not delete the user.

## Path parameters

- `email` string, required — Email of a member

## Response `200`

The member was removed successfully, a simple status is returned.

- object
  - `message` string — The status of the request in a human-readable form
  - `deleted` boolean — Indicates whether the member was deleted

## Other responses

- `404` — The specified member was not found.
- `409` — The specified member (owner) cannot be removed

---

[API](https://skmtc.net/mezmo/apis/pipeline-api.md) · [All operations](https://skmtc.net/mezmo/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mezmo/pipeline-api/revisions/fb2535545d90/schema)
