---
title: "Revoke access token"
method: DELETE
path: "/token"
tags: ["tokens"]
---

# Revoke access token

`DELETE /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.

## Query parameters

- `deleteAllForApiClient` boolean

## Headers

- `Authorization` string

## Response `200`

SUCCESS

- Result
  - `message` 'PARTIAL_SUCCESS' | 'SUCCESS' — Message that indicates the outcome of the request. (One of `SUCCESS` or `PARTIAL_SUCCESS`.)
  - `resultCode` 0 | 3 — * '0' Success * '3' Partial Success of Bulk Operation

## Other responses

- `default` — Error Payload

---

[API](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/smartsheet-openapi-reference/versions/b4afda95fb51/schema)
