Skip to main content
PATCH
/
sequence-manager
/
sequence-definitions
/
{id}
/
archive
cURL
curl --request PATCH \
  --url https://api.clarionhealth.com/v1/sequence-manager/sequence-definitions/{id}/archive \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

The sequence definition ID

Body

application/json · object

Empty body for archive operation

The body is of type object.

Response

Sequence definition archived successfully

message
string