Click or drag to resize

TokenResourcesRevokeAccessToken Method

Overload List
  NameDescription
Public methodRevokeAccessToken

Revokes the access token used to make this request. The access token will no longer be valid, and subsequent API calls made using the token will fail.

It mirrors to the following Smartsheet REST API method:
DELETE /token

Public methodRevokeAccessToken(NullableBoolean)

Revokes the access token used to make this request. The access token will no longer be valid, and subsequent API calls made using the token will fail.

It mirrors to the following Smartsheet REST API method:
DELETE /token

Top
See Also