---
title: "Remove team members"
method: DELETE
path: "/teams/{team}/members/{member}"
tags: ["Teams"]
---

# Remove team members

`DELETE /teams/{team}/members/{member}`

REQUIRED SCOPES <code>[‘teams:write’]</code><br>This request removes information about a particular team member, specified by a member’s id, from the team, specified by team id. <br><br>The result is – the user no more can see the team they were a part of.

## Path parameters

- `team` integer, required
- `member` integer, required

## Response `200`

OK

- UserResource[]
  - `id` integer
  - `email` string
  - `first_name` string
  - `last_name` string
  - `full_name` string
  - `role` string
  - `inbox_id` integer
  - `organization_id` integer
  - `photo_url` string
  - `unread` integer
  - `number` string
  - `formatted_number` string
  - `isRingEverywhere` boolean
  - `organizationNumber` object[]
    - `id` integer
    - `country` string
    - `number` string
    - `formatted_number` string
    - `mms` string
  - `userPermissions` string[]

## Other responses

- `409` — Conflict - User cannot be removed due to team settings configuration

---

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