---
title: "Logout"
method: DELETE
path: "/api/auth"
tags: ["Auth"]
---

# Logout

`DELETE /api/auth`

Invalidate your current auth credential stored typically stored in a cookie. This does not invalidate your API key.

## Response `204`

Confirmation that your current auth token has been invalidated. This does not invalidate your API key.

---

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