cURL
purge-by-id-with-source
curl --request POST \ --url https://insights.reforge.com/api/v1/contacts/purge \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "user123", "source": "salesforce" } '
{ "success": true }
Permanently deletes a contact and all associated data.
Bearer authentication header of the form Bearer , where is your auth token. Admin-level permissions required
External contact ID
Contact email address
Source system to limit search to
The contact purge was initiated successfully