---
title: "End Impersonation"
method: POST
path: "/api/admin/impersonate/end"
tags: ["Admin Impersonation Lifecycle", "admin-impersonation-lifecycle"]
---

# End Impersonation

`POST /api/admin/impersonate/end`

Voluntarily end the current impersonation session.

Called when the admin clicks "Exit" in the impersonation banner.
Marks the audit row with ended_at + end_reason='admin_exit' and deletes
the underlying user_sessions row. Like /refresh, this trusts the imp_
token itself.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/primetime/apis/primetime-media-api.md) · [All operations](https://skmtc.dev/primetime/apis/primetime-media-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/primetime/primetime-media-api/revisions/9da9a9f64e11/schema)
