Delete traces

delete/traces
Internal-Use Only

Deletes traces produced by decision execution.

Request Samples

1

Response Samples

1No example avaliable

Query Parameters

NameTypeRequiredDescription
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.

Responses

StatusMeaningDescription
204No ContentThe request is processed.