Skip to main content
DELETE
Delete Inbox List Entry
Removes one entry from an inbox’s allow or block list. Returns no body. This changes what the inbox will accept or send from that point on. Entries whose read_only is true are platform managed and cannot be removed — check with get_agentmail_inbox_list_entry first. Writes to the shared AgentMail workspace: Every AIsa caller shares one AgentMail account, so this reaches inboxes other callers created, and what you write here is visible and editable by the next caller.

Example

Authorizations

Authorization
string
header
required

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

Headers

Authorization
string
required

Bearer authentication

Path Parameters

inbox_id
string
required

The ID of the inbox.

direction
enum<string>
required

Direction of list entry.

Available options:
send,
receive,
reply
type
enum<string>
required

Type of list entry.

Available options:
allow,
block
entry
string
required

Email address or domain.

Response

Successful response