Skip to main content
DELETE
/
sequences
/
{sequenceId}
Delete a sequence (?force=true, ?dryRun=true)
curl --request DELETE \
  --url https://origami.chat/api/v2/sequences/{sequenceId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

sequenceId
string<uuid>
required

Query Parameters

force
boolean
default:false

Also delete sequences with already-sent messages.

dryRun
boolean
default:false

Report the would-be effect; write nothing.

Response

{ sequenceId, deleted: true } — or the dryRun report.