---
title: "Removes the given customer's membership from the organization."
method: DELETE
path: "/organizations/{organizationId}/members/{customerId}"
tags: ["Organization"]
---

# Removes the given customer's membership from the organization.

`DELETE /organizations/{organizationId}/members/{customerId}`

Responds with 404 when the customer is not a member and 409 when removing the organization's
 last owner.

## Path parameters

- `organizationId` string, required
- `customerId` string, uuid, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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