---
title: "Delete app user"
method: DELETE
path: "/api/app-users/{id}"
tags: ["App Users"]
---

# Delete app user

`DELETE /api/app-users/{id}`

Delete an app user by id.

## Path parameters

- `id` string, required

## Response `200`

App user deleted

- object

## Other responses

- `404` — Error response

---

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