---
title: "Revoke KYC session"
method: DELETE
path: "/api/v1/partner/kyc-sessions/{session_id}"
tags: ["Partner API"]
---

# Revoke KYC session

`DELETE /api/v1/partner/kyc-sessions/{session_id}`

Cancels an outstanding KYC session. Customer can no longer use the link.

## Path parameters

- `session_id` string, required

## Request body

- object
  - `reason` string

## Response `200`

Session revoked

## Other responses

- `409` — Session already in a terminal status (`revoked` or `kyc_completed`)

---

[API](https://skmtc.dev/vobiz/apis/vobiz-api.md) · [All operations](https://skmtc.dev/vobiz/apis/vobiz-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vobiz/vobiz-api/revisions/863f08cd6737/schema)
