Documentation Index
Fetch the complete documentation index at: https://docs.sertexity.com/llms.txt
Use this file to discover all available pages before exploring further.
Delete Account
Permanently delete the account and all associated data.DELETE /account · 🔒 Auth required
⚠️ Irreversible. All wallets, operations, and webhooks are permanently removed.
Request
| Field | Type | Required | Notes |
|---|---|---|---|
password | string | ✅ | Current account password |
confirmation | string | ✅ | Must be the exact string "DELETE" |
Response 204 No Content
Empty body. Session is immediately invalidated.
Errors
| Code | HTTP | Cause |
|---|---|---|
VALIDATION_ERROR | 400 | confirmation is not "DELETE" |
INVALID_CREDENTIALS | 401 | Wrong password |