---
title: "Revoke a session share"
method: DELETE
path: "/session-sharing/{shareId}"
tags: ["Session Sharing"]
---

# Revoke a session share

`DELETE /session-sharing/{shareId}`

Revokes a share. Owner or admin only. Best-effort kick of live SSH participants; guac joins are not force-disconnected in v1.

## Path parameters

- `shareId` string, required

## Response `200`

Share revoked

## Other responses

- `403` — Not authorized to revoke this share
- `404` — Share not found
- `500` — Server error

---

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