Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE https://api.llmgenerator.com/api/v1/accounts \ -H "Authorization: Bearer YOUR_API_KEY"
const response = await fetch( 'https://api.llmgenerator.com/api/v1/accounts', { method: 'DELETE', headers: { 'Authorization': 'Bearer YOUR_API_KEY' } } );
{ "success": true, "message": "Account deleted successfully" }
{ "message": "API key context not found" }
ユーザーのアカウントを恒久的に削除するエンドポイントです。
このページは役に立ちましたか?