---
title: "Delete OAuth application"
method: DELETE
path: "/api/v1/sso/applications/{clientId}"
tags: ["SSO - Applications"]
---

# Delete OAuth application

`DELETE /api/v1/sso/applications/{clientId}`

**Rate limit:** 60 requests per 60 seconds. This is the **default shared quota** — it is shared with every other endpoint that has no dedicated limit, so requests across those endpoints all draw from the same budget.

---

Permanently deletes an OAuth application. Only the application's admin can delete it. Non-admins receive `404 Not Found` (opaque authorization). The application disappears from `GET /api/v1/sso/applications` after the next cache refresh cycle.

## Path parameters

- `clientId` string, uuid, required

## Headers

- `x-request-id` string, uuid, required
- `x-api-key` string, password, required
- `x-user-key` string, password, required

## Response `204`

Application deleted successfully. No content is returned.

## Other responses

- `401` — Missing or invalid STS access token.
- `404` — Application not found, or the caller is not an admin of the application.
- `429` — Too Many Requests — the shared rate limit (60 requests / 60s) was exceeded.
- `500` — Backend sts-metadata-api unavailable.

---

[API](https://skmtc.net/etoro/apis/etoro-api.md) · [All operations](https://skmtc.net/etoro/apis/etoro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/etoro/etoro-api/revisions/69c1fb266c35/schema)
