---
title: "Revoke Access Token Api"
method: DELETE
path: "/api/v1/access_tokens"
tags: ["Authorization"]
---

# Revoke Access Token Api

`DELETE /api/v1/access_tokens`

Revoke the access tokens obtained via OAuth

## Query parameters

- `client_id` string, required — The unique Client ID of the Todoist application that you registered.
- `client_secret` string, required — The unique Client Secret of the Todoist application that you registered.
- `access_token` string, required — Access token obtained from OAuth authentication.

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/todoist/apis/todoist-api.md) · [All operations](https://skmtc.net/todoist/apis/todoist-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/todoist/todoist-api/revisions/69a962f1578f/schema)
