---
title: "Disable Auth Secret"
method: GET
path: "/v3/{customerId}/partnerdata/authsecret/disable/{permissionId}"
tags: ["Authorization"]
---

# Disable Auth Secret

`GET /v3/{customerId}/partnerdata/authsecret/disable/{permissionId}`

Use the /AuthSecret/Disable endpoint if you are a client of Flinks and want to revoke access from a partner that you have previously granted access to.

## Path parameters

- `customerId` string, required
- `permissionId` string, required

## Response `200`

Response Body

- object
  - `permissionId` string — The permission ID that was disabled.
  - `authSecret` string — The authorization token that was disabled.
  - `message` string — Success message confirming the partner authorization was disabled.

## Other responses

- `400` — Response Body

---

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