# Cancel Contact from Specific Automations Cancel a contact from specific automation flows. The request must include an array of flow UUIDs ("flow_uuids") indicating the automation flows from which the contact (identified by leadUuid) should be cancelled. For each specified flow, a cancellation job is dispatched immediately with the reason "Automation cancelled manually". Endpoint: PUT /flows/api/flows/leads/{leadUuid}/cancel Version: 3.0 Security: bearerAuth ## Path parameters: - `leadUuid` (string, required) Unique identifier of the lead to be cancelled from specific automation. ## Request fields (application/json): - `flow_uuids` (array) An array of flow UUIDs. ## Response 422 fields (application/json): - `message` (string)