Skip to content

Delete User Account (Admin)

DELETE
/users/{accountId}

Permanently removes a user account and all associated data. This action cannot be undone. Admin access required.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

TypeHTTP (bearer)

Parameters

Path Parameters

accountId*

The unique identifier of the user account to delete

Typestring
Required

Responses

Account successfully deleted
application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License