---
title: "Revoke TEFCA synthetic patient connections"
method: POST
path: "/bridge/vault_connection/revoke"
tags: ["bridge"]
---

# Revoke TEFCA synthetic patient connections

`POST /bridge/vault_connection/revoke`

Run this command to reset a TEFCA synthetic test patient's connections.

<Badge color="green">TEFCA</Badge> This helper endpoint is only available while using `test` API credentials and is designed for clearing your TEFCA IAS sandbox before running another end-to-end scenario.

<Warning>
Authenticate with HTTP Basic auth using your organization public id and private key that are configured for **Test API Mode**. Requests made with live credentials will be rejected.
</Warning>

The request body **must** include an `email` value for one of the test synthetic patients documented in the [TEFCA IAS Developer Guide](/guides/tefca-ias#example-test-patients). All current connections for that synthetic patient are revoked so you can start a fresh flow.

## Request body

- VaultConnectionOrgRevokeRequest
  - `email` string, email, required — Email address for one of the synthetic TEFCA IAS test patients listed in the [TEFCA IAS Developer Guide](/guides/tefca-ias#example-test-patients).

## Response `200`

Revoke operation completed.

- object
  - `success` boolean
  - `data` VaultConnectionOrgRevokeResponse
    - `request_id` string — AWS request id associated with the revoke job.
    - `revoked` string[] — The vault connection ids that were successfully revoked.

---

[API](https://skmtc.net/fastenhealth/apis/fasten-connect.md) · [All operations](https://skmtc.net/fastenhealth/apis/fasten-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fastenhealth/fasten-connect/revisions/e8a1d9b54053/schema)
