---
title: "Signs out a user, invalidating their access tokens"
method: DELETE
path: "/tokens/self"
tags: ["Tokens"]
---

# Signs out a user, invalidating their access tokens

`DELETE /tokens/self`

## Headers

- `Authorization` string, required

## Response `204`

No Content - Successful sign out

## Other responses

- `400` — Invalid request. Missing, malformed or invalid access token provided
- `500` — Failed to process the request due to an internal error

---

[API](https://skmtc.net/office-of-national-statistics/apis/identity-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/identity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/identity-api/revisions/6472459b6b03/schema)
