Skip to main content
DELETE
/
api
/
v2
/
block-lists-entries
[
  {
    "id": "019db117-66d7-7fcc-936e-bdcc762389b3",
    "timestamp_created": "2026-04-21T17:29:54.135Z",
    "organization_id": "019db117-66d7-7fcc-936e-bdcd32663fa3",
    "bl_value": "example.com",
    "is_domain": true
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

domains_only
boolean

Filter by domain

Example:

true

Search by value

Example:

"example.com"

Body

application/json

The body is of type null.

Example:

null

Response

List of deleted Block List Entry

id
string<uuid>
required

Unique identifier for the block list entry

Example:

"019db117-66d7-7fcc-936e-bdcc762389b3"

timestamp_created
string<date-time>
required

Timestamp when the block list entry was created

Example:

"2026-04-21T17:29:54.135Z"

organization_id
string<uuid>
required

Organization ID that owns this block list entry

Example:

"019db117-66d7-7fcc-936e-bdcd32663fa3"

bl_value
string
required

The email or domain to block

Example:

"example.com"

is_domain
boolean
required

Whether this entry blocks an entire domain

Example:

true