# Delete a user Permanently deletes a user profile. Can identify the user by username or user ID. This operation notifies followers on remote servers about the deletion and marks all associated content appropriately. This action is irreversible. Administrators cannot delete their own user profile through this endpoint. RBAC: requires Users.Manage Endpoint: DELETE /api/v1/admin/delete-user Version: 1.0 Security: ## Query parameters: - `id` (string,null) User ID to delete. Must be a valid USER type ID. Example: "us_01hxcvk1hjexere4pvtrj0ymqq" - `username` (string,null) Username of the user to delete. Case-insensitive. ## Response 400 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 403 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 404 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 200 fields