メインコンテンツへスキップ

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 キー・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"
}