---
title: "Remove Team Member"
method: DELETE
path: "/api/v2/team/member/{id}"
tags: ["Team"]
---

# Remove Team Member

`DELETE /api/v2/team/member/{id}`

Removes a member from the team.

## Path parameters

- `id` string, required

## Response `200`

Successfully removed the member

## Other responses

- `400` — Cannot remove yourself from the team
- `404` — Member not found

---

[API](https://skmtc.net/hyperdxio/apis/hyperdx-external-api.md) · [All operations](https://skmtc.net/hyperdxio/apis/hyperdx-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperdxio/hyperdx-external-api/versions/19ec53ae02e0/schema)
