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

# Remove manager from a team member

Remove the manager assignment from a specific team member.

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

## Endpoint

DELETE `/team-members/{team_member_id}/manager`

## Parameters

### path parameters

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

## Returns

### 204

Manager was unassigned from the team member.

## Error responses

| HTTP status code | Description |
| --- | --- |
| 401 | Unauthorized – authentication credentials are missing or invalid  Returned when the request was not fulfilled because authentication has failed or has not been provided. |
| 403 | Action forbidden - insufficient permissions to perform this action  Returned, for example, when you don't have permissions necessary to perform this action. |
| 404 | Not found  Returned when the team member that you're trying to update doesn't exist. |
