---
title: "Settle an API auth session"
method: DELETE
path: "/v1/api/auth/sessions/{sessionId}"
tags: ["auth"]
---

# Settle an API auth session

`DELETE /v1/api/auth/sessions/{sessionId}`

Cancels a pending session or acknowledges that an approved credential was stored.

## Path parameters

- `sessionId` string, required

## Response `200`

Session settled successfully

- object
  - `success` true, required

## Other responses

- `500` — Internal server error

## Changes

- **2026-05-07** `90de04b87133` — 1 warning
  - removed the optional property `error` from the response with the `500` status
- **2026-03-24** `66520a246641` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/paragraph-xyz/apis/paragraph-api/changes/v1/api/auth/sessions/:sessionId/delete.md)

---

[API](https://skmtc.dev/paragraph-xyz/apis/paragraph-api.md) · [All operations](https://skmtc.dev/paragraph-xyz/apis/paragraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/paragraph-xyz/paragraph-api/revisions/8108f2a53d2e/schema)
