---
title: "Delete user"
method: DELETE
path: "/users/{userId}"
tags: ["users"]
---

# Delete user

`DELETE /users/{userId}`

Permanently deletes a user and all their associated data, including all of their authenticators and actions. This operation is asynchronous and may take a few minutes to complete after the request returns.

## Path parameters

- `userId` string, required

## Response `200`

OK

- DeleteUserResponse
  - `success` boolean — `true` if the user was deleted successfully.

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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