# Delete inbox

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

Removes an inbox from the workspace so it can no longer receive or send messages.

Authentication: bearerAuth
Required scopes: `inbox:delete`
Allowed roles: `owner`, `admin`
Authorization: Delete an inbox in the workspace.

## Parameters

- `id` (path string, required)

## Responses

- `204`: Inbox deleted successfully
- `default`: Error
