---
title: "Delete Access Token"
method: DELETE
path: "/v4/oauth/access-token"
tags: ["OAuth"]
---

# Delete Access Token

`DELETE /v4/oauth/access-token`

Deactivates current access token (it may take up to 5 minutes after API call)

## Query parameters

- `offset` integer
- `limit` integer
- `sort[id]` 'asc' | 'desc'

## Response `200`

OK

- ListResponse
  - `filters` object
  - `sort` object
  - `total` integer
  - `limit` integer
  - `offset` integer
  - `items` object[]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation failed
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/phone/apis/phoenix-api-by-phone-com.md) · [All operations](https://skmtc.dev/phone/apis/phoenix-api-by-phone-com/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/phone/phoenix-api-by-phone-com/revisions/ffadd70882d1/schema)
