---
title: "Revoke Bridge Credential"
method: DELETE
path: "/api/v1/iam/tunnel/credentials/{id}"
tags: ["Tunnel"]
---

# Revoke Bridge Credential

`DELETE /api/v1/iam/tunnel/credentials/{id}`

RevokeBridgeCredential soft-revokes one credential by id. The row is
 retained for audit; token mints with this credential are rejected.

## Path parameters

- `id` string, required — The id of the credential to revoke.

## Request body

- C1ApiIamV1TunnelCredentialsServiceRevokeBridgeCredentialRequestInput — The TunnelCredentialsServiceRevokeBridgeCredentialRequest message.

## Response `200`

Empty response body. Status code indicates success.

- C1ApiIamV1TunnelCredentialsServiceRevokeBridgeCredentialResponse — Empty response body. Status code indicates success.

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/f2cf3228f366/schema)
