---
title: "Revoke OAuth grant"
method: DELETE
path: "/oauth_grants/{id}"
tags: ["OAuth Grants"]
---

# Revoke OAuth grant

`DELETE /oauth_grants/{id}`

Revoke an OAuth grant

## Path parameters

- `id` string, uuid, required

## Response `200`

OAuth grant revoked successfully

- object
  - `data` OAuthGrant
    - `id` string, uuid, required — Unique identifier for the OAuth grant
    - `record_type` 'oauth_grant', required — Record type identifier
    - `client_id` string, required — OAuth client identifier
    - `scopes` string[], required — List of granted OAuth scopes
    - `last_used_at` string, date-time, nullable — Timestamp when the grant was last used
    - `created_at` string, date-time, required — Timestamp when the grant was created

## Other responses

- `404` — OAuth grant not found

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
