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.
AUTH
/auth/login
curl -X DELETE "https://api.scorton.tech/users/me" \ -H "AUTH: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
{ "detail": "Ok: User successfully deleted." }
{ "detail": "Unauthorized: Invalid or expired token." }
{ "detail": "Forbidden: Account is not validated yet." }
{ "detail": "Not Found: User does not exist." }