PlaybookRuns
Delete an item of a playbook run's checklist
delete/plugins/playbooks/api/v0/runs/{id}/checklists/{checklist}/item/{item}
Path parameters
idstring required
ID of the playbook run whose checklist will be modified.
checklistinteger required
Zero-based index of the checklist to modify.
iteminteger required
Zero-based index of the item to modify.
Response
Item successfully deleted.