Permanently delete your account and all associated personal data. This action is irreversible.
This endpoint implements the Right to Erasure under the Digital Personal Data Protection Act (DPDPA), 2023.
This action cannot be undone. All your data — screeners, watchlists, credits, AI conversations — will be permanently deleted. Financial records (orders, subscriptions) will be anonymized for audit compliance.
Bearer token: Bearer <access_token>
What Gets Deleted
| Data | Action |
|---|
| User profile & credentials | Deleted |
| Watchlists | Deleted |
| Saved screeners | Deleted |
| Credit ledger | Deleted |
| API usage records | Deleted |
| AI conversations & messages | Deleted |
| Rate limit records | Deleted |
| Active sessions | Invalidated |
| Orders & subscriptions | Anonymized (audit trail preserved) |
curl -X DELETE https://api.finscreener.in/api/users/me/account \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
"success": true,
"message": "Your account and associated data have been permanently deleted.",
"request_id": "req_abc123"
}
Error Codes
| Status | Description |
|---|
| 200 | Account deleted successfully |
| 401 | Unauthorized — invalid or expired token |
| 403 | Account is suspended — contact support |
| 500 | Deletion failed — contact support |
After deletion, your access token will no longer work. You will need to create a new account to use Finscreener again.