Skip to main content
DELETE
Delete a cancel flow step

Path Parameters

Example Request

Response

Returns a confirmation message on success.

Error Response

Returns a 404 if the step ID does not exist.
Deleting a step from a published cancel flow takes effect immediately. Any in-progress sessions that have not yet reached this step will skip it automatically.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Response

Step deleted.

status
string
Allowed value: "deleted"