latestOpenAPI 3.0.32026-08-151874701.5 MB

5dedc4bd492c

tokens

Revoke access token

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

delete/token

Query parameters

deleteAllForApiClientboolean

The client ID and user ID is fetched based on the token that is used to make this API call. A value of true deletes all tokens associated to the given client ID and user ID.

Headers

Authorizationstring

API Access Token used to authenticate requests to Smartsheet APIs.

Response

SUCCESS

message'PARTIAL_SUCCESS' | 'SUCCESS'

Message that indicates the outcome of the request. (One of SUCCESS or PARTIAL_SUCCESS.)

resultCode0 | 3
  • '0' Success
  • '3' Partial Success of Bulk Operation

Example response

{
  "message": "SUCCESS"
}