The following OData example uses the Web API v3 to terminate a specified entity property or previously published properties. For example, if the object has been previously published, the property delete action is represented as a terminate action.
Terminate a property
Terminate a keyed entity or property.
Description |
Example |
---|---|
This example terminates the Description for SPFFolders |
DELETE <ACCESS_URL>/api/v3/SDXDEV/SPFFolders(OBID)/Description |
The result of a successful termination is a No-Content response is returned. If the keyed entity cannot be found, a 404 Not-Found response is returned. If the property cannot be found, a 400 Bad-Request response is returned.