---
title: "Revoke the current access token"
method: DELETE
path: "/tokens"
tags: ["Authentication Extras\\Essentials"]
---

# Revoke the current access token

`DELETE /tokens`

This method enables an app to notify the API that it is done with a token and that the token can be discarded.

## Response `204`

The token was revoked.

## Other responses

- `400` — You can't revoke access for an OAuth 1 token.

---

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