---
title: "Delete an OAuth application"
method: DELETE
path: "/oauth_applications/{oauth_application_id}"
tags: ["OAuth Applications"]
---

# Delete an OAuth application

`DELETE /oauth_applications/{oauth_application_id}`

Deletes the given OAuth application.
This is not reversible.

## Path parameters

- `oauth_application_id` string, required

## Response `200`

Deleted Object

- DeletedObject
  - `object` string, required
  - `id` string
  - `slug` string
  - `deleted` boolean, required
  - `external_id` string

## Other responses

- `403` — Authorization invalid
- `404` — Resource not found

---

[API](https://skmtc.net/clerk/apis/clerk-backend-api.md) · [All operations](https://skmtc.net/clerk/apis/clerk-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clerk/clerk-backend-api/versions/cf036e7951d3/schema)
