Revoke Refresh Token
POST https://api.freshbooks.com/auth/oauth/revoke
Request Body
{"client_id"=>"{{clientid}}", "client_secret"=>"{{client secret}}", "token"=>"{{refresh token}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |