Revoke Refresh Token

POST https://api.freshbooks.com/auth/oauth/revoke

Request Body

{"client_id"=>"{{clientid}}", "client_secret"=>"{{client secret}}", "token"=>"{{refresh token}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring