Task schedule checkpoints
API actions for manipulating schedule checkpoint entries similarly to regular route checkpoints.
API actions
delete
Parameters
name
description
type
Examples
curl -X POST 'https://api.eu.navixy.com/v2/task/schedule/checkpoint/delete' \
-H 'Content-Type: application/json' \
-d '{"hash": "22eac1c27af4be7b9d04da2ce1af111b", "checkpoint_id": 11231}'https://api.eu.navixy.com/v2/task/schedule/checkpoint/delete?hash=a6aa75587e5c59c32d347da438505fc3&checkpoint_id=11231Response
{ "success": true }Errors
transmute
Parameters
name
description
type
Examples
Response
Errors
Last updated
Was this helpful?