---
title: "Delete guest"
method: DELETE
path: "/guests/{guest_id}"
---

# Delete guest

`DELETE /guests/{guest_id}`

Deletes a guest and revokes their access. Any active sessions will be invalidated.

## Path parameters

- `guest_id` string, required — The ID of the guest to delete.

## Response `204`

No Content

- DeleteGuestOutputBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/tower/apis/tower-api.md) · [All operations](https://skmtc.net/tower/apis/tower-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tower/tower-api/revisions/0e42b0fb26d9/schema)
