app-configuration_manager

On this page:

deleteTaskInstances

Summary

Delete task instance(s).

Description

Delete task instance(s) from the database.

Route

DELETE /configuration_manager/tasks/instance

Roles

admin apiwrite

Parameters

DetailsExampleSchema
Name Type Required Description
taskIds array yes IDs of the task instance(s).
treeId string yes ID of the tree which the task instance belongs to.

Return

DetailsExampleSchema
Name Type Description
response object Response of whether the delete operation failed or succeeded.