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 |
POST https://api.freshbooks.com/auth/oauth/revoke
{"client_id"=>"{{clientid}}", "client_secret"=>"{{client secret}}", "token"=>"{{refresh token}}"}
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |