v1
latestOpenAPI 3.0.32026-08-061874701.5 MBtokens
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
Example response
{
"message": "SUCCESS"
}