v2

latestOpenAPI 3.1.02026-08-05267431678.1 KB
users

Delete User Account

Delete user account and all associated data (HTTP wrapper).

Accepts optional cancellation feedback and ownership transfers. When ownership_transfers is provided the backend applies them server-side using the admin client before proceeding with deletion, avoiding RLS permission issues.

Args: request: Optional feedback + ownership transfers. auth: Authenticated user context.

Returns: DeleteUserResponse with status and message.

post/delete_user_account

Request body

reasonstring nullable
feedback_textstring nullable
ownership_transfersobject nullable

Response

Successful Response

statusstring required
messagestring required
codeinteger nullable