cURL
curl --request PUT \ --url https://api.open.cx/sequences/{sequence_id}/cancel \ --header 'Authorization: Bearer <token>'
{ "data": { "success": true }, "error": { "code": "<string>", "status": 123, "message": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The sequence id. This can also be a run id.
id
The response is of type object.
object
Was this page helpful?