DeleteToken
Delete a refresh token. You can use this to delete your refresh token if a user uninstalls your app.
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId |
Used to indicate Client Id designated to the App. |
string |
Required |
clientSecret |
Used to indicate Client Secret designated to the App. |
string |
Required |
refreshToken |
Used to indicate the refresh token designated to consume the current request. |
string |
Required |
Body Parameters
None.
Sample API Request
GET api/OAuth/DeleteToken?clientId={clientId}&clientSecret={clientSecret}&refreshToken={refreshToken}
Response
Resource Description
Returns the success/error status and message.
ResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Status |
The status of the request, namely Success or Error. |
MessageStatus |
None. |
Message |
The response message containing either message or requested data. |
string |
None. |
Sample API Response
GET api/OAuth/DeleteToken?clientId={clientId}&clientSecret={clientSecret}&refreshToken={refreshToken}