cURL
curl --request POST \ --url https://api.clarionhealth.com/v1/sequence-manager/sequences/{id}/stop \ --header 'Authorization: Bearer <token>'
{ "success": true }
Stop an existing sequence
in-progress
queued
paused
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The sequence ID
Stopped sequence result
Indicates if the sequence was successfully stopped