---
api: 'Business API'
---

# Delete a team member

Delete a specific member of your team.

:::note
This action does not delete the person’s Revolut Business user account – it only removes them from your team.
They will lose access to your Revolut Business account and team but can still log in to Revolut Business.
Their user account will remain linked to any other teams and accounts it’s associated with.
:::

For more information, see the guides: [Manage team members](/docs/guides/manage-accounts/teams/manage-team-members).

## Endpoint

DELETE `/team-members/{team_member_id}`

## Parameters

### path parameters

- `team_member_id` (string, required)
  The ID of the team member to delete.

## Returns

### 204

Team member was deleted

## Error responses

| HTTP status code | Description |
| --- | --- |
| 401 | Unauthorized  Returned when the request was not fulfilled because authentication has failed or has not been provided |
| 403 | Action forbidden  Returned, for example, when you don't have permissions necessary to delete team members |
| 404 | Not found  Returned when the team member that you're trying to delete doesn't exist. This can happen when, for example, the team member has already been deleted, or the provided team member ID is incorrect. |
| 422 | Cannot modify owner |
