删除用户

DELETE /apiv2/users/{id}.json
调用权限

admin

curl 示例
curl -v -u {email_address}:{password} https://{subdomain}.kf5.com/apiv2/users/{id}.json \
  -X DELETE
返回示例
Status: 200 OK