---
title: "Delete a debug ID"
method: DELETE
path: "/api/debug"
tags: ["Debug ID"]
---

# Delete a debug ID

`DELETE /api/debug`

Delete a debug ID

## Response `200`

Successful response returns the deleted `debug_id` (now invalid)

- DebugIdResponse
  - `credentials_id` string, required — The ID of the underlying credential associated with the access token.
  - `debug_id` string, required — An ID that represents this debugging request. Share this with a member of TrueLayer's support team to help them debug your issue.
  - `provider_id` string, required — The provider associated with the credential and authentication attempt.

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/truelayer/apis/authentication-server.md) · [All operations](https://skmtc.net/truelayer/apis/authentication-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truelayer/authentication-server/revisions/5f6051515b2c/schema)
