---
title: "Provider disconnect callback"
method: GET
path: "/vault/oauth/disconnect/{jwt}/{service_id}"
tags: ["Connections"]
---

# Provider disconnect callback

`GET /vault/oauth/disconnect/{jwt}/{service_id}`

Endpoint that receives browser redirect notifications from downstream providers
when a user disconnects their OAuth integration. The JWT in the path encodes
the application identity. The service_id identifies the connector.

## Path parameters

- `jwt` string, required
- `service_id` string, required

## Response `200`

Static HTML disconnected page

## Other responses

- `302` — Redirect to the application's configured post-disconnect URL
- `400` — Bad Request
- `401` — Unauthorized
- `default` — Unexpected error

---

[API](https://skmtc.net/apideck-libraries/apis/vault-api.md) · [All operations](https://skmtc.net/apideck-libraries/apis/vault-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apideck-libraries/vault-api/versions/1b8e8b6feb36/schema)
