Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1 KB

_removeClusterCriterionFromCommand.adoc

File metadata and controls

28 lines (21 loc) · 1 KB

Remove the Cluster Criterion From a Command

Description

Remove the Criterion with the given priority from the current list of cluster criteria associated with the command identified by id. A value of 0 for priority will result in the first element in the list being removed, 1 the second element and so on.

Note
0 ⇐ priority < current criteria length

Endpoint

DELETE /api/v3/commands/{id}/clusterCriteria/{priority}