> ## Documentation Index
> Fetch the complete documentation index at: https://kiran.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove a member

> Remove a member from a team

### Path

<ParamField path="slug" type="string" required="true">
  Team slug
</ParamField>

<ParamField path="memberId" type="string" required="true">
  ID of the member to remove
</ParamField>

<RequestExample>
  ```bash Request
  curl --location 'http://localhost:3005/api/teams/acme/members' \
  --header 'Accept: application/json' \
  --header 'Authorization: Token <token>'
  ```
</RequestExample>

<ResponseExample>
  ```json Response
  {

  }
  ```
</ResponseExample>
