---
title: "Delete dm member"
method: DELETE
path: "/dm_members/{id}"
tags: ["Dm members"]
---

# Delete dm member

`DELETE /dm_members/{id}`

Remove a user from a DM channel. An admin can remove any member, and a member can remove themselves.

Required permissions (one of):
 - `dms:read`
 - `support_chat:read`

## Path parameters

- `id` string, required

## Response `200`

A successful response

- boolean — Represents `true` or `false` values.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Verification required
- `429` — Too many requests
- `500` — Internal server error

## Changes

- **2026-08-24** `e91d507bda45` — 2 info
  - the security scope `dms:read` was added to the endpoint's security scheme `bearerAuth`
  - the security scope `support_chat:read` was removed from the endpoint's security scheme `bearerAuth`
- **2026-08-24** `42ce5c13e53b` — 2 info
  - the security scope `dms:read` was added to the endpoint's security scheme `bearerAuth`
  - the security scope `support_chat:read` was removed from the endpoint's security scheme `bearerAuth`
- **2026-08-23** `7e118b4466cd` — 2 info
  - the security scope `dms:read` was added to the endpoint's security scheme `bearerAuth`
  - the security scope `support_chat:read` was removed from the endpoint's security scheme `bearerAuth`
- **2026-08-22** `f1cf47ad0ec2` — 2 info
  - the security scope `dms:read` was added to the endpoint's security scheme `bearerAuth`
  - the security scope `support_chat:read` was removed from the endpoint's security scheme `bearerAuth`
- **2026-08-21** `715c4defcbbf` — 2 info
  - the security scope `dms:read` was added to the endpoint's security scheme `bearerAuth`
  - the security scope `support_chat:read` was removed from the endpoint's security scheme `bearerAuth`

[Full history](https://skmtc.dev/whop/apis/whop-api/changes/dm_members/:id/delete.md)

---

[API](https://skmtc.dev/whop/apis/whop-api.md) · [All operations](https://skmtc.dev/whop/apis/whop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/whop/whop-api/revisions/e91d507bda45/schema)
