Skip to content

Remove contact's flow history

Request

Permanently delete all flow-lead records for a contact across all automations. This removes the enrollment history; the contact itself is not deleted.

Security
bearerAuth
Path
leadUuidstring, (uuid)required

Contact UUID.

DELETE
/flows/api/flows/leads/{leadUuid}
curl -i -X DELETE \
  'https://leadgen.grinfi.io/flows/api/flows/leads/{leadUuid}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Flow history removed.