Delete scenario incomplete executions
Required scopes:
dlqs:write
Deletes incomplete executions of the specified scenario. Specify the incomplete execution ID values in the ids
array in the request body to delete the specified incomplete executions.
You can set the "all": true
pair to delete all incomplete executions of the specified scenario. If you use the "all": true
parameter, you have to specify the confirmed=true
query parameter to confirm the deletion. Otherwise, the API call returns the error IM004 (406).
Add the exceptIds
array to the request body to specify items you don't want to delete.
You get an error if you try to delete incomplete executions which are being processed. The rest of the specified items is still deleted.
Last updated