Delete feature

Description

Delete or recover features of a vector layer.

Endpoint

/path/{pathId}/vector/timestamp/{timestampId}/feature/deleted

Method

PUT

Authorization Rules

Minimum Access Level

edit+ or owner of the feature

Processing Units

Minimum processing units

2

Parameters

NameDescriptionRequiredDefault

pathId

The id of the vector layer.

true

timestampId

The id of the timestamp for which to delete or recover features.

true

featureIds

Array of feature id's to delete/recover.

true

deleted

Boolean whether the the features should be deleted or recovered.

false

Default true.

Last updated