Select to view content in your preferred language

Location tracking Hosted Feature Service - Delete Capability

894
1
Jump to solution
04-29-2019 10:49 AM
danbecker
Frequent Contributor

How do you enable the Delete capability on the location_tracking hosted feature service? I tried to using the Service Detials page in Portal but got an error "Location Tracking Schema cannot be modified".

As the Portal Admin (and owner of the Hosted Feature Service), I would like to delete some test track points, using Pro but get an error that "user does not have permission to execute the operation [delete capability is not set].

Thanks.

0 Kudos
1 Solution

Accepted Solutions
by Anonymous User
Not applicable

Hi Dan,

The Location Tracking Feature service is pretty locked down to ensure data integrity and security. If you are an administrator, you can delete features via the REST API for the service by specifying a where clause or objectIds.

Example:

https://<server>/<server-webadapter>/rest/services/Hosted/location_tracking/FeatureServer/0/deleteFe...

View solution in original post

0 Kudos
1 Reply
by Anonymous User
Not applicable

Hi Dan,

The Location Tracking Feature service is pretty locked down to ensure data integrity and security. If you are an administrator, you can delete features via the REST API for the service by specifying a where clause or objectIds.

Example:

https://<server>/<server-webadapter>/rest/services/Hosted/location_tracking/FeatureServer/0/deleteFe...

0 Kudos