Account Unlinking#
Unlink a user's account when they no longer want to use your integration to control their locks.
Calling this endpoint will:
- Send one final webhook that the user has unlinked their account.
- Delete your webhook registrations for the user and their locks.
- Invalidate the access and refresh tokens you have for the user.
Calling this endpoint will not:
- Delete any PIN codes you loaded onto a lock for the user.
Endpoint#
DELETE /users/tokens/:clientID
clientID is the client ID of the OAuth credential you used to generate the user's access token.