---
title: "Remove team member"
method: DELETE
path: "/team-member"
tags: ["Teams"]
---

# Remove team member

`DELETE /team-member`

Remove team member from team

## Request body

- RemoveTeamMemberDto
  - `memberPhoneNumber` string, required — Phone number of the team member

## Response `200`

Operation successfully completed

- RemoveTeamMemberResponseDto
  - `success` boolean, required — Indicates whether the operation was successful

## Other responses

- `400` — Incorrect payload
- `401` — Unauthorized
- `422` — User not found

---

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