REST API - delete - by name
The table summarizes the REST API - delete - by name.
Request
| Format | DELETE <baseurl>/globaldata/dataview/name/<viewName>/delete |
| Path Parameter | viewName. The unique name 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/name/Luxury Cars/delete |
| Response | {
"xml-fragment": ""
}
|