post https://myaccount-staging.getmoneytree.com/oauth/revoke
アクセストークン、リフレッシュトークンを無効にする。
Example
curl -X POST https://myaccount-staging.getmoneytree.com/oauth/revoke \
-F token=665db698eb... \
-F client_id=765db698eb... \
-F client_secret=865db698eb...
トークンが存在しない、あるいはトークンが既に失効されている場合でも200(正常終了)を返します。
Moneytreeとクライアント様アプリとの連携を解除する場合は、連携の取り消しAPIをご利用ください。