# Clear team from inbox

**DELETE** `/inboxes/{id}/team`

Removes team routing so conversations use the workspace fallback.

Authentication: bearerAuth
Required scopes: `inbox:update`
Allowed roles: `owner`, `admin`
Authorization: Clear team assignment from an inbox.

## Parameters

- `id` (path string, required)

## Responses

- `200`: Team cleared
- `default`: Error
