---
title: "Delete Integration Auth"
method: DELETE
path: "/v1/integrations/{integrationId}/auth/{authId}"
tags: ["Integration Auth"]
---

# Delete Integration Auth

`DELETE /v1/integrations/{integrationId}/auth/{authId}`

Permanently deletes an auth record by authId. Cannot be undone — any tools referencing this auth record will lose the ability to authenticate. Returns 204 No Content on success.

## Path parameters

- `integrationId` string, required
- `authId` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/sigmamind/apis/sigmamind-apis.md) · [All operations](https://skmtc.net/sigmamind/apis/sigmamind-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sigmamind/sigmamind-apis/versions/d00f52b5123f/schema)
