# Accounts#DeleteAccountData Delete all account data Endpoint: DELETE /sto/api/v2/accounts/{id}/data Version: 1.0 Security: ## Path parameters: - `id` (string, required) The ID of the account to delete data for Example: "abcdef1234567890ghijkl" ## Response 200 fields (application/json): - `status` (string, required) Status Example: "ok" ## Response 400 fields (application/json): - `message` (string, required) Example: "Not Found" - `status` (integer) Example: 404 ## Response 401 fields (application/json): - `message` (string, required) Example: "Not Found" - `status` (integer) Example: 404 ## Response 403 fields (application/json): - `message` (string, required) Example: "Not Found" - `status` (integer) Example: 404 ## Response 404 fields (application/json): - `message` (string, required) Example: "Not Found" - `status` (integer) Example: 404 ## Response 429 fields (application/json): - `message` (string, required) Example: "Not Found" - `status` (integer) Example: 404 ## Response 500 fields (application/json): - `message` (string, required) Example: "Not Found" - `status` (integer) Example: 404