ckanaction

resource_view_delete

Delete a resource_view.

DELETE
resource_view_delete

Authorization

apiTokenHeader
Authorization<token>

CKAN API token

In: header

Request Body

application/json

id?string

the id of the resource_view

curl -X DELETE "http://localhost:5000/api/3/action/resource_view_delete" \  -H "Content-Type: application/json" \  -d '{}'