Skip to content

Cancel contact from specific automations

Request

Remove a contact from specific automations. The contact's progress in those automations will be cancelled.

Security
bearerAuth
Path
leadUuidstringrequired

Contact UUID.

Bodyapplication/jsonrequired
flow_uuidsArray of stringsrequired

Automation UUIDs to cancel from.

PUT
/flows/api/flows/leads/{leadUuid}/cancel
curl -i -X PUT \
  'https://leadgen.grinfi.io/flows/api/flows/leads/{leadUuid}/cancel' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "flow_uuids": [
      "string"
    ]
  }'

Responses

Contact cancelled from specified automations.

Response
No content