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

# Provider disconnect server callback

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

Endpoint that receives server-to-server POST callbacks 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. The request
body contains the provider-specific identifier.

## Path parameters

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

## Request body

- object

## Response `200`

Disconnect acknowledged

- object
  - `status` string

## Other responses

- `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/revisions/1b8e8b6feb36/schema)
