Skip to main content
DELETE
JavaScript

Authorizations

Authorization
string
header
required

Telnyx API key supplied as Authorization: Bearer <token>. In production, auth may be validated by the API gateway and forwarded via Telnyx auth headers.

Path Parameters

inbox_id
string<uuid>
required

Email inbox UUID.

Body

application/json
type
enum<string>
required

The list to change.

Available options:
allowlist,
blocklist
entries
string[]
required
Maximum array length: 500

An exact sender address (user@example.com) or domain wildcard (@example.com). Values are trimmed and normalized to lowercase.

Response

The inbox's current sender allowlist and blocklist.

data
object
required