Delete SDK user account (GDPR erasure)
DELETE/v1/sdk/me
Permanently erases the authenticated SDK user and all related data (GDPR right-to-erasure): paired devices, telemetry history, emergency contacts, and SOS incidents (with their notifications and public links). Relay references to this user held by other users are cleared (set to null), not deleted.
Irreversible. A subsequent authenticated request re-provisions a fresh, empty SDK user for the same X-User-ID.
Request
Responses
- 204
- 401
- 404
- 429
SDK user and all related data erased
Missing or invalid SDK identity headers
SDK user not found
Too many SDK identity validation attempts