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
RequiredResponses
Account successfully deleted
application/json
JSON
{
}