---
title: "Reset Application Client Secret"
method: POST
path: "/applications/{client_id}/reset/"
tags: ["Applications"]
---

# Reset Application Client Secret

`POST /applications/{client_id}/reset/`

Resets the client secret for a specific OAuth2 application, revoking all associated tokens.
**Deprecated in API v2.14+**

## Path parameters

- `client_id` string, required

## Response `201`

Client secret successfully reset.

## Other responses

- `404` — Application not found or unauthorized.
- `410` — Endpoint deprecated and removed in v2.15.

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/revisions/ca701048eb0d/schema)
