---
title: "Remove a user from a team"
method: DELETE
path: "/api/v1/teams/{teamId}/users/{userId}"
tags: ["crm"]
---

# Remove a user from a team

`DELETE /api/v1/teams/{teamId}/users/{userId}`

## Path parameters

- `teamId` string, uuid, required
- `userId` string, uuid, required

## Response `204`

---

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