DELETE /accounts
인증된 사용자 계정과 사이트, API 키, URL 발견(discovery), 작업(job) 등 연관 데이터를 모두 영구 삭제합니다.
되돌릴 수 없는 작업입니다. 삭제 후 데이터는 복구할 수 없습니다.
curl -X DELETE https://api.llmgenerator.com/api/v1/accounts \
-H "Authorization: Bearer YOUR_API_KEY"
{
"success": true,
"message": "Account deleted successfully"
}