Skip to main content
PUT
Update a cancel flow

Path Parameters

Body Parameters

Example Request

Response

Returns the updated cancel flow object.

Notes

  • Only fields included in the request body are updated. Omitted fields remain unchanged.
  • Setting is_default to true automatically unsets any other flow that was previously the default.
Updating an active flow that is currently being served to customers will take effect immediately. Changes apply to new cancellation sessions only; in-progress sessions continue using the previous configuration.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Body

application/json
name
string
is_active
boolean
is_default
boolean
cooldown_days
integer

Response

Updated flow.

id
string<uuid>
tenant_id
string<uuid>
name
string
is_active
boolean
is_default
boolean
cooldown_days
integer
created_at
string<date-time>
updated_at
string<date-time>
steps
object[]