group_delete
Delete a group.
You must be authorized to delete the group.
Authorization
apiTokenHeader Authorization<token>
CKAN API token
In: header
Request Body
application/json
id?string
the name or id of the group
curl -X DELETE "http://localhost:5000/api/3/action/group_delete" \ -H "Content-Type: application/json" \ -d '{}'