Revokes their tokens and permanently deletes the user together with their financial connections, accounts and transactions. This also frees the email address, so the person can sign up for Synci themselves afterwards.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
OAuth 2.0
Authorization Code
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.