REST API - delete - by ID
The table summarizes the REST API - delete - by ID.
Request
| Format | DELETE <baseurl>/globaldata/dataview/id/<viewID>/delete |
| Path Parameter | viewID. The unique identifier of the dataview. |
Response
| JSON | Returns a JSON representation of the contents of a DeleteDataViewResponseelement. |
| XML | Returns the contents of a DeleteDataViewResponseelement (from the BusinessDataServices schema) |
Example
| Request | DELETE <baseurl>/globaldata/dataview/id/2/delete |
| Response | {
"xml-fragment": ""
}
|