---
title: "Revoke an authentication token"
method: POST
path: "/o/revoke_token/"
tags: ["Bearer Tokens"]
---

# Revoke an authentication token

`POST /o/revoke_token/`

> 📘 Authentication Guide
>
> For comprehensive details about authenticating with the Forage API, refer to the [authentication guide](https://docs.joinforage.app/docs/authentication).

A `POST` request to `/o/revoke_token/` revokes a previously created [authentication token](https://docs.joinforage.app/docs/authentication#authentication-tokens).


You need your app’s Client ID and Client Secret from the Forage dashboard ([sandbox](https://dashboard.sandbox.joinforage.app/), [production](https://dashboard.joinforage.app/)) to revoke an authentication token. If you don’t yet have dashboard access, then please [get in touch](https://www.joinforage.com/get-in-touch).


> 📘 Active Token Limits
>
> There can be up to 1000 active authentication tokens for a Client ID and Client Secret pair at any given time.

## Response `200`

__OK__ - Success

## Other responses

- `400` — __Bad request__ - The request was not accepted because of an error in the request body or path.

---

[API](https://skmtc.dev/joinforage/apis/forage-payments-api.md) · [All operations](https://skmtc.dev/joinforage/apis/forage-payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/joinforage/forage-payments-api/revisions/4b7212706fae/schema)
