---
title: "Delete an OAuth application by id."
method: DELETE
path: "/v1/core/oauth/apps/{clientId}"
---

# Delete an OAuth application by id.

`DELETE /v1/core/oauth/apps/{clientId}`

This endpoint will soft-delete an oauth app and revoke all associated tokens.

## Path parameters

- `clientId` string, required

## Response `200`

Delete an OAuth application by id.

- object
  - `clientId` string, required

---

[API](https://skmtc.dev/siro/apis/swagger-api.md) · [All operations](https://skmtc.dev/siro/apis/swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siro/swagger-api/revisions/9995339a94c6/schema)
