Delete a user API
⚡ API Reference: Delete a user
Use the method carefully as it completely deletes the user record and the whole set of telematics data associated with the users without options to recover it.
curl --request DELETE \
--url https://user.telematicssdk.com/v1/Management/users/{DeviceToken} \
--header 'Accept: application/json' \
--header 'Authorization: Bearer '
Updated almost 3 years ago