---
title: "Delete an OAuth provider"
method: DELETE
path: "/oauth-providers/{user_id}/{provider_id}"
tags: ["Oauth"]
---

# Delete an OAuth provider

`DELETE /oauth-providers/{user_id}/{provider_id}`

Removes an OAuth provider for a given user.

## Path parameters

- `provider_id` string, required
- `user_id` string, required — The ID of the user, or the special value `me` for the currently authenticated user

## Response `200`

Successful response

- object
  - `success` boolean, required — Always equal to true.

---

[API](https://skmtc.net/hexclave/apis/hexclave-rest-api-3.md) · [All operations](https://skmtc.net/hexclave/apis/hexclave-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api-3/versions/690014f63028/schema)
