ckanaction

organization_delete

Delete an organization.

You must be authorized to delete the organization and no datasets should belong to the organization unless 'ckan.auth.create_unowned_dataset=True'

DELETE
organization_delete

Authorization

apiTokenHeader
Authorization<token>

CKAN API token

In: header

Request Body

application/json

id?string

the name or id of the organization

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