---
title: "deletes user"
method: DELETE
path: "/kkid/userlist"
tags: ["KKid"]
---

# deletes user

`DELETE /kkid/userlist`

By passing in the appropriate variables this method deletes the specified user. (This function is restricted to Superusers ONLY)

## Query parameters

- `userID` integer, required

## Response `200`

User Deleted

## Other responses

- `202` — Accepted- Access Granted but data flow did not complete due to an unknown error.
- `405` — Method Not Allowed- API user does not have access to use this method
- `409` — Create user unsuccessful! This is normally because the username or password already exists in the KumpeApps system.
- `412` — API Access Denied! Your API key is invalid, expired, or not supplied!

---

[API](https://skmtc.net/kumpeapps/apis/kumpeapps-api.md) · [All operations](https://skmtc.net/kumpeapps/apis/kumpeapps-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kumpeapps/kumpeapps-api/versions/0f0bb0e58cc2/schema)
