---
title: "Revoke Import Token"
method: DELETE
path: "/saved/import-token"
tags: ["saved"]
---

# Revoke Import Token

`DELETE /saved/import-token`

Revoke this user's share-extension token(s). The app calls this on
sign-out: the token is independent of the Stytch session, so logout must
kill it explicitly or the extension could keep importing for the user who
just left (the shared-Keychain copy is wiped client-side in parallel).

Guests can revoke too, mirroring mint: a guest's token is scoped to that
guest's `user_id`, so the same one-token-per-user cleanup applies.

## Headers

- `x-installation-id` string, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
