# Cancel Contact from All Automations Cancel a contact from all active automation flows. The operation retrieves all active flows associated with the lead (identified by leadUuid) and dispatches cancellation jobs for each one with the reason "Automation cancelled manually". Endpoint: PUT /flows/api/flows/leads/{leadUuid}/cancel-all Version: 3.0 Security: bearerAuth ## Path parameters: - `leadUuid` (string, required) Unique identifier of the lead to be cancelled from all flows. ## Response 422 fields (application/json): - `message` (string)