---
title: "Remove a member"
method: DELETE
path: "/api/v1/members/{id}"
tags: ["members"]
---

# Remove a member

`DELETE /api/v1/members/{id}`

Revokes a membership and deletes that member's API key, ending their access immediately. Works on both pending invites and active members. The owner cannot be removed.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `204`

The member was removed.

- object

## Other responses

- `401` — Missing or invalid API key.
- `404` — The requested resource was not found on this account.

---

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