---
title: "Unlink a Provider from an Application"
method: DELETE
path: "/v1/applications/{id}/providers/{providerId}"
tags: ["Application Providers API"]
---

# Unlink a Provider from an Application

`DELETE /v1/applications/{id}/providers/{providerId}`

Use this endpoint to remove a provider link from an application. The provider itself is not deleted.

## Path parameters

- `id` string, required
- `providerId` string, required

## Response `204`

If the request is successful, you will receive an empty response.

## Other responses

- `400`
- `404`
- `500`

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
