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
Type
HTTP (bearer)
Parameters
Path Parameters
accountId*
The unique identifier of the user account to delete
Type
Requiredstring
Responses
Account successfully deleted
application/json
JSON
{
}
