Skip to contents

Delete a resource view

Usage

resource_view_delete(id, url = get_default_url(), key = get_default_key(), ...)

Arguments

id

(character or ckan_resource_view) View identifier.

url

Base url to use. Default: https://demo.ckan.org/ See also ckanr_setup and get_default_url.

key

A privileged CKAN API key, Default: your key set with ckanr_setup

...

Curl args passed on to verb-POST (optional)

Value

(bool) The result of the deletion, TRUE if the resource view was deleted sucessfully, FALSE if not.