Skip to main content
PUT
/
flows
/
{org}
/
{flow_name}
/
archive
Archive flow
curl --request PUT \
  --url https://app.kosli.com/api/v2/flows/{org}/{flow_name}/archive \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "errors": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

flow_name
string
required
org
string
required

Response

Successful flow archive

Last modified on April 7, 2026