# Cancel contact from specific automations Remove a contact from specific automations. The contact's progress in those automations will be cancelled. Endpoint: PUT /flows/api/flows/leads/{leadUuid}/cancel Version: 2.0.0 Security: bearerAuth ## Path parameters: - `leadUuid` (string, required) Contact UUID. ## Request fields (application/json): - `flow_uuids` (array, required) Automation UUIDs to cancel from. ## Response 422 fields (application/json): - `message` (string) Example: "Validation failed for input parameters" - `errors` (object) ## Response 204 fields