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
}{
"error": "No contacts found"
}Contacts
Delete contact data
Permanently deletes a contact and all associated data.
POST
/
contacts
/
purge
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
}{
"error": "No contacts found"
}Authorizations
Bearer authentication header of the form Bearer , where is your auth token. Admin-level permissions required
Body
application/json
Response
The contact purge was initiated successfully