Delete traces
delete/traces
Deletes traces produced by decision execution.
Name | Type | Required | Description |
---|---|---|---|
scope | string | false | The type of traces to delete. For your convenience, if both decision step and variable assignment traces, exist, they can be deleted at the same time if the value of the scope query parameter is "all". Allowed values: allassignmentstep Default: step |
filter | string<filter-criteria> | false | The filter criteria for identifying the trace. The fields that can be used are traceId, traceTimeStamp and processorNote. |
limit | integer | false | The maximum number of items to work on. The actual number of returned items might be less if there are no more items in the collection. The default is 10. |
sortBy | string<sort-criteria> | false | The sorting criteria for the returned traces. |
start | integer | false | The starting index of the first item on a page. The index is 0-based. The default index is 0. |
Status | Meaning | Description | ||
---|---|---|---|---|
204 | No Content | The request is processed. |