Terminate impersonation session
POST/tenants/:tenant_id/impersonations/:id/terminate
Immediately ends an active impersonation session, revoking the admin's access to the tenant workspace. The termination is recorded with timestamp and admin ID for audit. Use when a support session is no longer needed or if unauthorised access is suspected.
Request
Responses
- 200
- 404
- 409
Impersonation session terminated.
Session not found.
Session is already terminated or was never active.