Remove a contact from specific automations. The contact's progress in those automations will be cancelled.
Security
bearerAuth
PUT
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"
]
}'