curl --request PUT \
--url https://app.kosli.com/api/v2/flows/{org}/{flow_name}/archive \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"errors": {}
}Archive a flow.
curl --request PUT \
--url https://app.kosli.com/api/v2/flows/{org}/{flow_name}/archive \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"errors": {}
}Was this page helpful?