Views
Delete a View
Delete a view and every one of its versions.
Permanent. Any cached data-table or aggregation result clients have fetched remains valid, but subsequent calls to POST /v3/views/table-data or POST /v3/views/aggregation-data for this view will fail.
delete/v3/views/{view_id}
Path parameters
view_idstring required
Unique identifier of the view to delete.
Response
The request has succeeded.