Skip to main content
DELETE
Delete all block list entries

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"

Response

List of deleted Block List Entry

id
string<uuid>
required
read-only

Unique identifier for the block list entry

Example:

"01a082d0-3340-7b84-b073-b0a5ae6e259f"

timestamp_created
string<date-time>
required
read-only

Timestamp when the block list entry was created

Example:

"2026-09-08T20:57:57.824Z"

organization_id
string<uuid>
required
read-only

Organization ID that owns this block list entry

Example:

"01a082d0-3340-7b84-b073-b0a6763f0931"

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