Delete Series

Description

Delete or recover a part of the time series of a feature.

Endpoint

/path/{pathId}/vector/timestamp/{timestampId}/feature/{featureId}/series/element/deleted

Method

PUT

Access Level Rules

Access Level

edit+ or owner of the elements

Processing Units

Processing units

Parameters

NameDescriptionRequiredDefault

pathId

The id of the vector layer.

true

timestampId

The id of the timestamp.

true

featureId

The id of the feature for which series should be deleted.

true

seriesIds

An array of time series id's to delete/recover.

true

deleted

Boolean whether the series should be deleted or recovered.

false

Default true.

Last updated