Delete view
Analysis / Views
Delete view
Description
Deletes the view with the viewId passed in url.
Response
200 OK
{
"count": number
}
where:
count: Number of views deleted.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.
DELETE
Delete view
Description
Deletes the view with the viewId passed in url.Response
200 OK
count: Number of views deleted.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.