Skip to main content
DELETE
Delete Account List Entry
Removes one entry from an account-wide allow or block list. Returns no body. 🔴 This changes mail handling for every inbox in the account, including other callers’; the inbox-scoped delete_agentmail_inbox_list_entry is the narrower action. Entries whose read_only is true are platform managed and cannot be removed — check with get_agentmail_list_entry first.

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

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