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

Example

Request
DELETE <baseurl>/globaldata/dataview/id/2/delete
Response
{
       "xml-fragment": ""
}