curl --request DELETE \
--url https://api.easierprop.com/api/accounts/{id} \
--header 'X-API-Key: <api-key>'{
"ok": true
}Permanently delete an account. Disconnects any active session.
curl --request DELETE \
--url https://api.easierprop.com/api/accounts/{id} \
--header 'X-API-Key: <api-key>'{
"ok": true
}