Skip to main content
DELETE
Delete a specific cached lookup result ahead of its natural expiry

Authorizations

Authorization
string
header
required

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

Body

application/json
endpoint
enum<string>
required
Available options:
person.enrich,
person.email,
person.search,
email.verify,
company.enrich,
company.people,
company.search
params
object
required

The exact same request body the original lookup used for this endpoint.

Response

200 — deletion attempted (deleted:false just means nothing was cached for these exact params).

deleted
boolean
required
request_id
string
required