resource_view_clear
Delete all resource views, or all of a particular type.
Authorization
apiTokenHeader Authorization<token>
CKAN API token
In: header
Request Body
application/json
view_types?array<string>
specific types to delete
curl -X DELETE "http://localhost:5000/api/3/action/resource_view_clear" \ -H "Content-Type: application/json" \ -d '{}'