Skip to main content
POST
Bulk delete block list entry

Authorizations

Authorization
string
header
required

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

Body

application/json

Block list entry ids to delete

Block list entry ids to delete

ids
string[]
required

List block list entry ids to delete

Required array length: 1 - 1000 elements
Example:

Response

List of deleted Block List Entry

id
string<uuid>
required
read-only

Unique identifier for the block list entry

Example:

"019f7ffb-b62d-7044-9fca-3cdd00890ba9"

timestamp_created
string<date-time>
required
read-only

Timestamp when the block list entry was created

Example:

"2026-07-20T14:43:50.445Z"

organization_id
string<uuid>
required
read-only

Organization ID that owns this block list entry

Example:

"019f7ffb-b62d-7044-9fca-3cde816f242d"

bl_value
string
required

The email or domain to block

Example:

"example.com"

is_domain
boolean
required
read-only

Whether this entry blocks an entire domain

Example:

true