---
title: "Delete OAuth client"
method: DELETE
path: "/tyk/oauth/clients/{apiID}/{keyName}"
tags: ["OAuth"]
---

# Delete OAuth client

`DELETE /tyk/oauth/clients/{apiID}/{keyName}`

Please note that tokens issued with the client ID will still be valid until they expire.

## Path parameters

- `apiID` string, required
- `keyName` string, required

## Response `200`

OAuth client deleted

- ApiModifyKeySuccess
  - `action` string
  - `key` string
  - `key_hash` string
  - `status` string

## Other responses

- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error.

---

[API](https://skmtc.net/tyktechnologies/apis/tyk-gateway-api.md) · [All operations](https://skmtc.net/tyktechnologies/apis/tyk-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tyktechnologies/tyk-gateway-api/versions/4ae998d5545e/schema)
