跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://docs.llmgenerator.com/llms.txt

Use this file to discover all available pages before exploring further.

DELETE /accounts

永久删除当前认证用户的账户及关联数据,包括站点、API Key、URL 发现任务与生成任务等。
此操作不可恢复。删除后所有数据将永久清除。

响应

success
boolean
删除是否成功。
message
string
状态说明。
curl -X DELETE https://api.llmgenerator.com/api/v1/accounts \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true,
  "message": "Account deleted successfully"
}