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 DeleteDataViewResponse element.
XML Returns the contents of a DeleteDataViewResponse element (from the BusinessDataServices schema)

Example

Request
DELETE <baseurl>/globaldata/dataview/name/Luxury Cars/delete
Response
{
       "xml-fragment": ""
}