ckanaction

user_delete

Delete a user.

Only sysadmins can delete users.

DELETE
user_delete

Authorization

apiTokenHeader
Authorization<token>

CKAN API token

In: header

Request Body

application/json

id?string

the id or name of the user to delete

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