Skip to main content
DELETE
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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