Skip to main content
DELETE
/
visitors
/
{visitor_id}
Delete data by visitor ID
curl --request DELETE \
  --url https://api.fpjs.io/visitors/{visitor_id} \
  --header 'Auth-API-Key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.fingerprint.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Auth-API-Key
string
header
required

Path Parameters

visitor_id
string
required

The visitor ID you want to delete.

Response

OK. The visitor ID is scheduled for deletion.