Delete a Feature
Delete a feature for the provided Feature ID.
| Method Type | URI |
|---|---|
| DELETE | v90/ws/feature/{featureId}.ws |
URI Parameters
| Parameter | Description | Type |
|---|---|---|
| featureId | Identifier of the Feature in the database. | Integer |
Sample Request
Not applicable.
Sample Response
Success
HTTP Status Code: 204
Header-Location: Deleted
Failure
HTTP Status Code: 404
Response Body: This Feature does not exist in the system.
