---
title: "Remove members"
method: DELETE
path: "/beta/teams/{teamId}/agents"
tags: ["Teams"]
---

# Remove members

`DELETE /beta/teams/{teamId}/agents`

Remove agents/admins from a team.

## Path parameters

- `teamId` string, uuid, required

## Request body

- DeleteAgentsFromTeamInput
  - `agentIds` string[]

## Response `204`

The agents/admins were successfully removed from the team

## Other responses

- `400` — Invalid value for: path parameter teamId, Invalid value extracted from request context, Invalid value for: body
- `500` — Internal failure during request processing

---

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