ckanaction

resource_delete

Delete a resource from a dataset.

You must be a sysadmin or the owner of the resource to delete it.

DELETE
resource_delete

Authorization

apiTokenHeader
Authorization<token>

CKAN API token

In: header

Request Body

application/json

id?string

the id of the resource

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