# core_users_delete_create Initiates the account deletion process for the authenticated user or specified username. Endpoint: POST /api/core/users/delete/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Request fields (application/json): - `username` (string) ## Response 202 fields (application/json): - `message` (string, required) ## Response 400 fields (application/json): - `error` (string, required)