---
title: "Logout"
method: DELETE
path: "/oauth/token"
tags: ["Logout"]
---

# Logout

`DELETE /oauth/token`

This endpoint will immediately expire the `access_token` and the `refresh_token` if provided.

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `403` — Request was not authenticated

---

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