---
title: "Remove Member"
method: DELETE
path: "/v1/customer-portal/members/{id}"
tags: ["customer_portal", "members", "public"]
---

# Remove Member

`DELETE /v1/customer-portal/members/{id}`

Remove a member from the team.

Only available to owners and billing managers of team customers.

Rules:
- Cannot remove yourself
- Cannot remove the only owner

## Path parameters

- `id` string, uuid, required

## Response `204`

Member removed.

## Other responses

- `400` — Cannot remove the only owner.
- `401` — Authentication required
- `403` — Not permitted - requires owner or billing manager role
- `404` — Member not found.
- `422` — Validation Error

---

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